Write Complete Program Completing Missing Statement Use Following Main Generate Given Inpu Q37096942

C++ Program
Write a complete program by completing the missing statement to use the following main() and generate the given input/output.Write a complete program by completing the missing statement to use the following main() and generate the given input/output. int main() //declare array score int scores[6) //read 6 score in array a //find the scores average, and scores minimum and maximum //display all scores //display their average, maximum, and minimum Sample I/o //terminate program system(“pause”); return 0 Enter a score: 20 Enter a score: 30 Enter a score: 15 Enter a score: 25 Enter a score: 35 Enter

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.