CJCoding With Joseph
15per day

Addition Equation

Create two integer variables with the values 4 and 9. Use one System.out.printf statement to show an addition equation using those variables:

4 + 9 = 13

Expected Output:

4 + 9 = 13
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.