โ Back to Printing
Question 272
Sum of Two Variables
Sum of Two Variables
Create twointvariablesa= 7 andb= 8, then print their sum after a label: Sum: 15 Computea + binside 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.