CJCoding With Joseph

Reached One Hundred

Read an integer score with scanf. If it is 100 or more, print exactly:

Reached

Otherwise print exactly:

Not yet

No trailing newline. For input 100 the output is Reached; for input 99 the output is Not yet.

Expected Output:

Reached
Topics:
If Statements
๐Ÿ“ฅ Auto-Input:
100\n
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 (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.