CIS 170C iLab 5 of 7 Arrays and Strings (100% Correct) CIS 170C iLab 5 of 7 Arrays and Strings (100% Corr | Page 4
Enter Player Name (Q to quit) Pat
Enter score for Pat 3217
Enter Player Name (Q to quit) Q
Name Score
Bob 3245
Sue 1098
Dave
Pat
8219
3217
Average Score 3944.75
Players who scored below average
Name Score
Bob 3245
Sue 1098
Pat 3217
Press any key to continue . . .
Step 2 Processing Logic
Using the pseudocode below, write the code that will meet the requirements.
Main Function
Declare the player name and score arrays, number of players, and average score.