Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

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

image text in transcribedimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions