โ Back to If Statements
Question 259
Speeding Ticket
Speeding Ticket
The speed limit is60. Read a driver's speed (an integer) withscanf. If the speed is greater than60, print exactly: Ticket Otherwise print exactly: No ticket No trailing newline. For input75the output isTicket; for input55the output isNo ticket.
Expected Output:
Ticket
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.