โ Back to Structs
Question 142
Sum a Field Across an Array of Structs
Sum a Field Across an Array of Structs
An Item struct has an int field price. Read an integer N, then read N prices into an array of Item structs. Print the total of all prices in this exact format: Total: [sum]
Expected Output:
Total: 60
Topics:
Structs
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.