Question: Write a program for the following problem. Take two arrays from the user with the size 20. One is student 1Ds (type int) and the
Write a program for the following problem. Take two arrays from the user with the size 20. One is student 1Ds (type int) and the other one stop exam in your computer course. You're to compute the average of these scores and assig grade to each according to the following rule: If a student's score is within 10 points (above or below) of the average, assign a grade of satis actory If a student's score is more than 10 points above average, assign a grade of outstanding If a student's score is more than 10 points below average, assign a grade of unsatisfactory . . . Output: You must print the average Also, you should print a table consist of a labeled three-column list that shows each 10. noor, and corresponding grade. You must use the C++11 style to define the arrays
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
