Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. Develop a pseudocode that accepts as input three, in-class test scores and a project score for ten students which will represent their coursework score.
2. Develop a pseudocode that accepts as input three, in-class test scores and a project score for ten students which will represent their coursework score. The program should also accept the students' exam score. The students overall score should be comprised of their coursework score, which is the average of all coursework and project scores. For the students' final score, the coursework score average represents 45% and their exam score represents 55%; giving a total of 100%. Calculate the students' coursework average and the subsequent percentages to ascertain the final score. Based on the final score of the student, the program should generate a letter grade reflecting the students overall grade. The student's letter grade should range from A to F, see table below. Output the student's name, coursework score, exam score, final score and letter grade. SCORE GRADE SCORE >= 80 A SCORE >= 65 BUT = 50 BUT
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started