CJCoding With Joseph

Division Equation

Use System.out.println to print this exact line, where the quotient is computed with integer division (not typed literally):

20 / 4 = 5

Expected Output:

20 / 4 = 5
Topics:
Printing
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.