Program #1 15 points Write a C++ program that determines a student's grade. The program will read mid-term, and final scores then determine the sem grade(midterm + final /2) based on the following rules: -if the sem grade >=90% and <=100 -if the sem grade >- 89% and <80% grade-A grade=B -if the sem grade >=79% and <75% -if the sem grade >=74% and <=65 -If sem grade is >100 and <65 midterm grade input) grade=C grade=F grade=Invalid (во back See the example output below: Student Name: JP dela Serna Mid-term score: 90 Final score: 90 Sem Grade: 90 Your grade is A. Press Y to Run Program Again: 1 Add file

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section4.5: A Case Study: Solving Quadratic Equations
Problem 7E
icon
Related questions
Question
Program #1
15 points
Write a C++ program that determines a student's grade. The program will read mid-term, and
final scores then determine the sem grade(midterm + final /2) based on the following rules:
-if the sem grade >=90% and <=100
-if the sem grade >- 89% and <80%
grade-A
grade=B
-if the sem grade >=79% and <75%
-if the sem grade >=74% and <=65
-If sem grade is >100 and <65
midterm grade input)
grade=C
grade=F
grade=Invalid
(во back
See the example output below:
Student Name: JP dela Serna
Mid-term score: 90
Final score: 90
Sem Grade: 90
Your grade is A.
Press Y to Run Program Again:
1 Add file
Transcribed Image Text:Program #1 15 points Write a C++ program that determines a student's grade. The program will read mid-term, and final scores then determine the sem grade(midterm + final /2) based on the following rules: -if the sem grade >=90% and <=100 -if the sem grade >- 89% and <80% grade-A grade=B -if the sem grade >=79% and <75% -if the sem grade >=74% and <=65 -If sem grade is >100 and <65 midterm grade input) grade=C grade=F grade=Invalid (во back See the example output below: Student Name: JP dela Serna Mid-term score: 90 Final score: 90 Sem Grade: 90 Your grade is A. Press Y to Run Program Again: 1 Add file
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Algebraic Expressions
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning