โ Back to Printing
Question 2
Print a Computed Sum
Print a Computed Sum
Use Console.WriteLine with string interpolation to print the line below, computing the number (do not hardcode 8):
Sum: 8Expected Output:
Sum: 8
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.