Question: Option 1: Write a program that will read scores into an array. The size of the array should be input by the user (dynamic array)

Option 1: Write a program that will read scores into an array. The size of the array should be input by the user (dynamic array) The program will find and print out the average of the scores. It will also call a function that will sort (using a bubble sort) the scores in ascending order. The values are then printed in this sorted order. Sample Run: Please input the number of scores Please enter a score 100 Please enter a score 90 Please enter a score 95 Please enter a score 100 Please enter a score 90 The average of the scores is 95 Here are the scores in ascending order 90 90 95 100 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
