Answered step by step
Verified Expert Solution
Link Copied!

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.

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introductory Relational Database Design For Business With Microsoft Access

Authors: Jonathan Eckstein, Bonnie R. Schultz

1st Edition

1119329418, 978-1119329411

More Books

Students also viewed these Databases questions

Question

=+CASE 2. Sr. By the second part of (7.30), A(r,s) =qA(2r-1,2s-1)0.

Answered: 1 week ago