Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PYTHON3 Input data: Your task: You need to generate a report that tells you two things about the students that are having difficulties achieving the

PYTHON3

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Input data:

image text in transcribed

Your task: You need to generate a report that tells you two things about the students that are having difficulties achieving the grades they want: 1. Which courses do you need to be concerned about? A grade will be concerning only when the current grade is at or below the "warning" level, but still above the semester "objective" (i.e. it is the score below which the student is in danger of falling below their desired grade) 2. Which courses where the student is in trouble? A grade will indicate "trouble" when the current grade is at or below the objective" for the semester * Note: These statuses are mutually exclusive, so courses that appear in the "warning" status should not appear in the "trouble" status and vice versa. Here is an example of a student's performance in Math and English: Math cur Math ob 76 Math warEngl cur 79 Engl ob 78 Engl war 81 70 This student would be considered to have a concerning" status for Math, and a "trouble" status for English. The report should contain a block for each student how has at least one "concerning" or "trouble" subject. The block should include the student's full name on the first line, followed by a list of the "concerning" courses, followed by a list of trouble" courses. For the "concerning" courses, the report should output the current grade and the warning grade for the subject in case, while for the "trouble" courses, the report should output the current grade and the objective grade. The report you will generate should look like in the sample output below Student name: Jane Testcase Concerning Courses: Current Math grade: 77, Warning Math grade: 79 Trouble Courses: Current English grade: 70, Objective English grade: 78 Your task: You need to generate a report that tells you two things about the students that are having difficulties achieving the grades they want: 1. Which courses do you need to be concerned about? A grade will be concerning only when the current grade is at or below the "warning" level, but still above the semester "objective" (i.e. it is the score below which the student is in danger of falling below their desired grade) 2. Which courses where the student is in trouble? A grade will indicate "trouble" when the current grade is at or below the objective" for the semester * Note: These statuses are mutually exclusive, so courses that appear in the "warning" status should not appear in the "trouble" status and vice versa. Here is an example of a student's performance in Math and English: Math cur Math ob 76 Math warEngl cur 79 Engl ob 78 Engl war 81 70 This student would be considered to have a concerning" status for Math, and a "trouble" status for English. The report should contain a block for each student how has at least one "concerning" or "trouble" subject. The block should include the student's full name on the first line, followed by a list of the "concerning" courses, followed by a list of trouble" courses. For the "concerning" courses, the report should output the current grade and the warning grade for the subject in case, while for the "trouble" courses, the report should output the current grade and the objective grade. The report you will generate should look like in the sample output below Student name: Jane Testcase Concerning Courses: Current Math grade: 77, Warning Math grade: 79 Trouble Courses: Current English grade: 70, Objective English grade: 78

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

More Books

Students also viewed these Databases questions

Question

Ty e2y Evaluate the integral dy

Answered: 1 week ago

Question

Bachelors degree in Information Systems or Statistics

Answered: 1 week ago