โ Back to Arrays
Question 89
Read N Values and Sum
Read N Values and Sum
Read an integer N, then read N more integers into an array. Print the sum of all N values in this exact format: Sum: [total]
Expected Output:
Sum: 20
Topics:
Arrays
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.