โ Back to Arrays
Question 78
Sum All Array Elements
Sum All Array Elements
An array nums has been created with the values {10, 20, 30, 40, 50}. Use a for loop to add up all the elements, then print the total in this exact format:
Sum: 150Expected Output:
Sum: 150
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.