Question: Can you use functions and structure to solve this. Using C++ Write a program to read 20 students name, grades, and course name from a

Can you use functions and structure to solve this. Using C++

Can you use functions and structure to solve this. Using C++ Write

Write a program to read 20 students name, grades, and course name from a batch file. Each student is taking 4 courses and there three exams per courses. Read information from a batch file and store then in an array ( Make sure that you create a batch file and then open it before you read from the file). Find average for each course and letter grade for each course. Find Grade Point Average (GPA) for all students. Criteria for Letter Grades: Average >= 90 90 > Average >= 80 80 > Average >= 70 70 > Average >= 60 60 > Average Write a program to read 20 students name, grades, and course name from a batch file. Each student is taking 4 courses and there three exams per courses. Read information from a batch file and store then in an array ( Make sure that you create a batch file and then open it before you read from the file). Find average for each course and letter grade for each course. Find Grade Point Average (GPA) for all students. Criteria for Letter Grades: Average >= 90 90 > Average >= 80 80 > Average >= 70 70 > Average >= 60 60 > Average

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!