We are going to extend our previous program and now we will have it print a message indicating whether we are over, under or at the speed limit. The message are:
Over the speed limit | over-limit |
At the speed limit | at-limit |
Under the speed limit | under-limit |
Hint: use the program(s) that we wrote last time as a guide.