โ Back to Structs
Question 143
Highest Score in Array of Structs
Highest Score in Array of Structs
A Player struct has an int field score. Read an integer N, then read N scores into an array of Player structs. Print the highest score. Print just the number.
Expected Output:
90
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.