โ Back to If Statements
Question 263
Reached One Hundred
Reached One Hundred
Read an integer score withscanf. If it is100or more, print exactly: Reached Otherwise print exactly: Not yet No trailing newline. For input100the output isReached; for input99the output isNot yet.
Expected Output:
Reached
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.