CJCoding With Joseph

Modulo Remainder

Two integers a = 17 and b = 5 are 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.