Question: Problem: Write a C++ program that considers 3 students. For each student the program allows the user to input the first and the family name

 Problem: Write a C++ program that considers 3 students. For each

Problem: Write a C++ program that considers 3 students. For each student the program allows the user to input the first and the family name of the student, and grades of 4 tests. The program outputs the family name followed by first name of the student, the grades of the tests, and the average of these tests. Note, the load of test1 is 10%, test2 is 20%, test3 is 30%, test4 is 40% of the average grade. In addition, if the student obtains an average above 80, the program outputs 2GOOD2 after the average grade. If the average is below 60, output 2**2 after the average grade. You cannot use loops (while, for-statements, or do-while) to solve the problem. Note: Your program should start with the following comments: CMP 120 Section: 1 HW1 Your Name: Your ID

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!