Create a small Grading System in C language that will ask the user to enter the following For midterm period Total score on quizzes Totak score on assignments Number of Attendance Midterm exam score For final period Total score on quizzes Total score on assignments Number of attendance Final exam score To get the midterm and final grade: Quizzes and Assignments (60%) Attendance (10%) Major Exam (30%) Formulas: Quizzes and Assignments ((Total Score on Quizzes + Total Score on Assignment / Total Number of Items of Quizzes and Assignments) 50 + 50) * 60% Attendance ((Number of times present/ Total number of Meetings) • 50 + 50) * 10% Major Exam ((Major Exam Score/Total number of Items) * 50+50) • 30% Then to get the final rating, divide the midterm average and final average by 2 Final Grade = Midterm Average +FinalAverage / 2 Example: Suppose the values are from midterm period ((15+10/30) *50 +50) *60% (0.83 *50 + 50) • 60% 91.67 * 60% 55 ((15/15) *50+50) *10% (1 •50 + 50) * 10% 100 • 10% 10 ((25/30) *50+ 50) *30% (0.83 *50 + 50) • 30% 91.67 * 30% 27.5 Midterm Average = 55+10+27.5 = 92.5 Same process to get the final average. The program must display the grade equivalent based on the table below: Final Grade Equivalent 97-100 1.0 94-96 1.25 91-93 1.50 88-90 1.75 85-87 2.0 82-84 2.25 79-81 2.50 76-78 2.25 75 3.0 65-74 5.0

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter9: Completing The Basics
Section: Chapter Questions
Problem 7PP
icon
Related questions
Question

Create a small Grading System in C language that will ask the user to enter the following

For midterm period
Total score on quizzes
Totak score on assignments
Number of Attendance
Midterm exam score

For final period
Total score on quizzes
Total score on assignments
Number of attendance
Final exam score

To get the midterm and final grade:
Quizzes and Assignments (60%)
Attendance (10%)
Major Exam (30%)

Formulas:

Quizzes and Assignments ((Total Score on Quizzes + Total Score on Assignment / Total Number of Items of Quizzes and Assignments) 50 + 50) * 60%

Attendance ((Number of times present/ Total number of Meetings) • 50 + 50) * 10%

Major Exam ((Major Exam Score/Total number of Items) * 50+50) • 30% Then to get the final rating, divide the midterm average and final average by 2

Final Grade = Midterm Average +FinalAverage / 2
Example:
Suppose the values are from midterm period ((15+10/30) *50 +50) *60%
(0.83 *50 + 50) • 60%
91.67 * 60%
55

((15/15) *50+50) *10%
(1 •50 + 50) * 10%
100 • 10%
10

((25/30) *50+ 50) *30%
(0.83 *50 + 50) • 30%
91.67 * 30%
27.5

Midterm Average = 55+10+27.5 = 92.5

Same process to get the final average.

The program must display the grade equivalent based on the table below:

Final Grade Equivalent
97-100 1.0
94-96 1.25
91-93 1.50
88-90 1.75
85-87 2.0
82-84 2.25
79-81 2.50
76-78 2.25
75 3.0
65-74 5.0

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
ADT and Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr