CJCoding With Joseph

Sum of Two Variables

Create two int variables a = 7 and b = 8, then print their sum after a label:

Sum: 15

Compute a + b inside the print statement so the total (not the two numbers) appears.

Expected Output:

Sum: 15
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.