CJCoding With Joseph

Speeding Ticket

The speed limit is 60. Read an integer speed. If speed is greater than 60, print Speeding; otherwise print OK.

For example, given the input 75, the program prints:

Speeding

Expected Output:

Speeding
Topics:
If Statements
๐Ÿ“ฅ Auto-Input:
75
This input is automatically fed to your program's stdin
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.