Perform each of these steps for the given problem statements: i. Read and understand the problem statement. ii. Formulate the algorithm using flowchart. iii. Write the program. A. Write a program to keeps records and performs statistica analysis for a class of 50 students. For each student you wil have a 10-digit ID, 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 ii) 3 double arrays : quiz, ass, labTest iii) 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. You program must calculate the total scores and assign a grade fo each student based on the following table: Total Scores Grade 90<=total <=100 A 80<=total <90 B 60<=total <80 C 40<=total <60 D below 40 F
Perform each of these steps for the given problem statements: i. Read and understand the problem statement. ii. Formulate the algorithm using flowchart. iii. Write the program. A. Write a program to keeps records and performs statistica analysis for a class of 50 students. For each student you wil have a 10-digit ID, 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 ii) 3 double arrays : quiz, ass, labTest iii) 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. You program must calculate the total scores and assign a grade fo each student based on the following table: Total Scores Grade 90<=total <=100 A 80<=total <90 B 60<=total <80 C 40<=total <60 D below 40 F
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
pls help me
![Perform each of these steps for the given problem statements:
i. Read and understand the problem statement.
ii. Formulate the algorithm using flowchart.
iii. Write the program.
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 ID, 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
ii) 3 double arrays : quiz, ass, labTest
iii) 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:
Total Scores
Grade
90<=total <=100
80<=total <90
B
60<=total <80
40<=total <60
D
below 40](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Ff61b67cd-d0a8-453b-8d74-88ddef086f4c%2Fb9cb5757-b298-496c-b196-07bf8e4a5c68%2Fcgwxksj_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Perform each of these steps for the given problem statements:
i. Read and understand the problem statement.
ii. Formulate the algorithm using flowchart.
iii. Write the program.
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 ID, 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
ii) 3 double arrays : quiz, ass, labTest
iii) 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:
Total Scores
Grade
90<=total <=100
80<=total <90
B
60<=total <80
40<=total <60
D
below 40
![The program also calculates the total scores for quizzes,
assignments and lab tests to be printed. Then it calculates the
number of students who earned each grade, A to F.
There are 4 functions involve in this system:
a) main ()
Reads students' record (id, scores for 2 quizzes, 2 assignments,
2 lab tests, 1 test,1 project, and final examination) from a file.
b) studentGrade ()
Calculates total score and determines grade for each student and
store them in total and grade fields of the structure.
c) countGrade ()
Counts the number of students who earned each grade.
d) outputResult()
Calculates the total scores for quizzes, assignments and lab tests
and print the output, which displays the report as shown below.
The output will be displayed in an output file.
RESULT TOR BITP1113
Matzla Min Quis () Aaa (114) Labresta (204 Pzoject (15+ Midlezm (14) Pinal (30+1 Total (1004) Gzade
E.D 15.0
B130510010
3.0
B.0
10.5
26.0
70.5
B020510011
4.5
10.0
17.5
12.5
13.5
27.5
94.5
s030510012
2.5
7.0
10.0
9.0
20.0
57.0
statistic
Totsl students for Grade A : 2
Total Studenta for Crade 3 : 7
Total students for Grade C 10
Total 2tudenta fer Crade D:E
Total Students for Grade Pt 3
Aranh](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Ff61b67cd-d0a8-453b-8d74-88ddef086f4c%2Fb9cb5757-b298-496c-b196-07bf8e4a5c68%2Fmn38m3_processed.jpeg&w=3840&q=75)
Transcribed Image Text:The program also calculates the total scores for quizzes,
assignments and lab tests to be printed. Then it calculates the
number of students who earned each grade, A to F.
There are 4 functions involve in this system:
a) main ()
Reads students' record (id, scores for 2 quizzes, 2 assignments,
2 lab tests, 1 test,1 project, and final examination) from a file.
b) studentGrade ()
Calculates total score and determines grade for each student and
store them in total and grade fields of the structure.
c) countGrade ()
Counts the number of students who earned each grade.
d) outputResult()
Calculates the total scores for quizzes, assignments and lab tests
and print the output, which displays the report as shown below.
The output will be displayed in an output file.
RESULT TOR BITP1113
Matzla Min Quis () Aaa (114) Labresta (204 Pzoject (15+ Midlezm (14) Pinal (30+1 Total (1004) Gzade
E.D 15.0
B130510010
3.0
B.0
10.5
26.0
70.5
B020510011
4.5
10.0
17.5
12.5
13.5
27.5
94.5
s030510012
2.5
7.0
10.0
9.0
20.0
57.0
statistic
Totsl students for Grade A : 2
Total Studenta for Crade 3 : 7
Total students for Grade C 10
Total 2tudenta fer Crade D:E
Total Students for Grade Pt 3
Aranh
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 1 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Recommended textbooks for you
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY