CJCoding With Joseph

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
๐Ÿ“ฅ Auto-Input:
4\n40 90 70 90\n
This input is automatically fed to your program's stdin
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.