โ Back to If Statements
Question 379
Multiple of 7
Multiple of 7
Read an integern. Ifnis a multiple of 7, printYes; otherwise printNo. For example, given the input21, the program prints: Yes A number is a multiple of 7 when the remainder after dividing by 7 is zero.
Expected Output:
Yes
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.