โ Back to Printing
Question 298
Modulo Remainder
Modulo Remainder
Two integersa = 17andb = 5are given. Print the remainder equation using the%operator: 17 % 5 = 2
Expected Output:
17 % 5 = 2
Topics:
Printing
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.