Question: can you write fresh c++ coding for this A. Write a program to keeps records and performs statistical analysis for a class of 50 students.

can you write fresh c++ coding for this

can you write fresh c++ coding for this A. Write a programto keeps records and performs statistical analysis for a class of 50

A. Write a program to keeps records and performs statistical analysis for a class of 50 students. For each student you will have a 10-digit D, 2 quizzes, 2 assignments, 2 lab tests, 1 test, 1 project and one final exam. The student data are to be stored in an array of student structures. This structure has the following fields: i) A string : id 11) 3 double arrays : quiz, ass, labTest 111) 4 double variables : test, proj, final, total iv) 1 char variable: grade. Provide for up to 50 students. The input is read from a text file. Each line in the file contains a student ID and the scores for 2 quizzes, 2 assignments, 2 lab tests, 1 test, 1 project and one final exam, in order. Your program must calculate the total scores and assign a grade for each student based on the following table: Grade A Total Scores 90

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!