Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

USE PYTHON CODE Hint use the simple code to write this example note that the grades are [ if (score >= 89.5): return 4.0

USE PYTHON CODE Hint "use the simple code to write this example "

note that the grades are [if (score >= 89.5): return "4.0" if (score = 86.50): return "3.7" if (score = 83.50): return "3.3" if (score = 79.50): return "3.0" if (score = 76.50): return "2.7" if (score = 73.50): return "2.3" if (score = 69.50): return "2.0" if (score = 66.50): return "1.7" if (score = 63.50): return "1.3" if (score = 59.50): return "1.0" else: return "0.0"

]

Your task is to create a report for similar to the one below. You should make sure that you get the student to input the data for lines 1, 2, 4, 5, 6, 7, 8, 9, 10 & 11.

You then need to get the computer to convert the scores accurately into GPA scores for each subject.

Next you will need to add a line for the cumulative GPA (CGPA) for the semester.

You will also need to have a specific comment for each student's final CGPA, which might require a recommendation to meet with the academic advisor and/or proimage text in transcribed

result Aconsole What is your name? Shuaib Al Hammadi What is your student H i/d number? H00454545 SEMESTER GRADE REPORT FOR: What is your major? Mechanical Engineering What is the name of your student advisor? Mongi What is the name of your programme coordinator? Yassine What is your score for subject 1? 61.2 What is your score for subject 2? 59.49 What is your score for subject 3? 59.51 What is your score for subject 4? 78.45 What is your score for subject 5? 66 Your score for subjectl is: 61.2 and your GPA score for subjectl is: 1.0 Your score for subject2 is: 59.49 and your GPA score for subject2 ist 0.0 Your score for subject3 is: 59.51 and your GPA score for subject3 is: 1.0 Your score for subject4 is: 78.45 and your GPA score for subject4 is: 2.7 Your score for subject5 is: 66.0 and your GPA score for subject5 is: 1.3 Your cumulative GPA (CGPA) for the semester is: 1.2 A disappointing GPA this semester. Must try much harder next semester to improve your CGPA. You must talk to your student advisor, Mongi ,as soon as possible. This completes the grade report for H00454545 Shuaib Al Hammadi for this semester

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions