Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A program will receive students' exam result details and print a student exam grade report. The student exam details are the student ID name, number

image text in transcribed

A program will receive students' exam result details and print a student exam grade report. The student exam details are the student ID name, number of semesters in the university and exam score (out of 50%). It should display an error message if the exam mark entered is not within the range of 0 to 50%. The program is to calculate the percentage of exam score (out of 100%).set the exam grade and analyse the students' eligibility to join self-improvement program based on the grade and their semester. The letter grade for exam is determined as follows: A=90-100% B-80-89% C=70-79% D-60-69% F=0-59% The university offers 3 self-improvement programs: Soaring the Eagles are for those who has been in the university for 3 semesters and received grade A & B for the exam Gulding the Cubs are for those who has been in the university for 2 semesters and received grade C&D for the exam Coaching the Pandas are for those who are only in the university for 1 semester and getting F in their exam. The program shall display the student ID, name, exam score over 100%, its letter grade plus the relevant self-improvement program. Pseudocode OR Flowchart in word document/pdf format Code of Python program (include comments on input, process, output) Screenshot of three sets of output from the program runs (to be included with sample of output 1). Python Program in .py format

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

Database Design Using Entity Relationship Diagrams

Authors: Sikha Saha Bagui, Richard Walsh Earp

3rd Edition

103201718X, 978-1032017181

More Books

Students also viewed these Databases questions

Question

What is Constitution, Political System and Public Policy? In India

Answered: 1 week ago

Question

What is Environment and Ecology? Explain with examples

Answered: 1 week ago