CJCoding With Joseph
15per day

Multiple of 5 and Even

Create int num = 20. If num is a multiple of 5 AND even, print:

Multiple of 5 and even

Expected Output:

Multiple of 5 and even
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.