CSC 270 - Survey of Programming Languages

Assignment #18 - Avoiding the Speed Trap II: Printing a Message

Due Friday, December 1, 2017

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 limitover-limit
At the speed limitat-limit
Under the speed limitunder-limit

Hint: use the program(s) that we wrote last time as a guide.

[Back to the Assignments Index]