โ Back to If Statements
Question 333
Divisible by 7 (No Input)
Divisible by 7 (No Input)
Create anintvariablenumberset to21. Use anifstatement to check whether it is a multiple of7(number % 7 == 0). If it is, print exactly: 21 is a multiple of 7
Expected Output:
21 is a multiple of 7
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.