Menu

[Solved]Design Grade Program Directs User Enter Information One Student User Inputs First Name Las Q37286156

Design a grade program that directs the user to enterinformation for one student. The user inputs the first name, lastname, and three grades. The three grades MUST be entered into anarray. Validate the grade input so that only grades between 0 and100 are accepted. The program should display four output lines. Onecontaining the student’s first and last name separated by a spaceOne containing all three grades One containing the final averageOne containing the letter grade The program must calculate thefinal average. The letter grade is determined using the followingranges: A: 90-100 B: 80-89 C: 70-79 D: 60-69 F: Below 60

Expert Answer


Answer to Design a grade program that directs the user to enter information for one student. The user inputs the first name, last … . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *