SOLUTION: Write a program that will compute and display the midterm grade of a student. Midterm grade is equal to one-third of the minor A exam and two-thirds of midterm exam.

Algebra.Com
Question 1177998: Write a program that will compute and display the midterm grade of a student. Midterm grade is equal to one-third of the minor A exam and two-thirds of midterm exam.
Answer by greenestamps(13209)   (Show Source): You can put this solution on YOUR website!


Here is what such a program might look like; of course the exact format of the program will depend on what language you are writing it in.

begin
enter minor_A_grade
enter midterm_grade
midterm_grade = (1/3)*minor_A_grade+(2/3)midterm_grade
display midterm_grade
stop

RELATED QUESTIONS

Draw a flowchart that will compute for the midterm grade of a student. The midterm grade... (answered by solver91311)
If I have a b In my class and I get a 0 on my midterm what will my grade be if the... (answered by Alan3354)
Monica is trying to determine what her final grade for her class will be. 75% of the... (answered by psbhowmick)
In a certain class, 40 percent sign of students had a B average at midterm. Of these, 50... (answered by Boreal)
If I have an 80% in the class and my midterm exam is worth 20% of my grade, and I got a... (answered by TimothyLamb)
A student scores 75% and 70% on two midterm tests where the first is worth 20% and the... (answered by lwsshak3)
if the midterm is worth 3/5 of my grade and the final is worth 2/5 of my grade. I need a... (answered by josmiceli)
A BCC professor decides to grade his class as following: 20 percent for homework... (answered by ikleyn)
JUDY NEEDS A MEAN(AVERAGE) SCORE OF 86 ON FOUR TESTS TO EARN A MIDTERM GRADE OF B. IF THE (answered by ReadingBoosters)