CJCoding With Joseph

Divisible by Three

Read a whole number and print Yes if it is evenly divisible by 3, otherwise print No. For the input 9, print:

Yes

Expected Output:

Yes
Topics:
User Input
๐Ÿ“ฅ Auto-Input:
9
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 (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.