1.Write a program that uses an array to store 10 elements, representing 10 students test scores that will be entered from the keyboard. Given the following grading scale, iterate through the array, determine the letter grade each score will receive, and store the grade in a corresponding character array.

A >= 92.0 B >= 84.0 C >= 75.0 D >= 65.0 F < 65.0

Display the numeric score and the corresponding letter grade. Also calculate and display the class average as well as the number of students that receive each letter grade. For the purposes of this exercise everything should be done from main.

2.Rewrite the program from exercise 1. Break the program into functions so that it adheres to a good modular design.

3.Modify exercises 1 and 2. Add a function that prompts for the course number (CS 161) and your professors name (Mary Jane). When the results of the program are displayed, use the new information as part of the reports title.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.