Create a python program that will satisfy the following conditions:• Read the student_id, course_name, course_work_marks, mid_exam_marks andfinal_exam_marks from the user• User must be allowed to...

Create a python program that will satisfy the following conditions: • Read the student_id, course_name, course_work_marks, mid_exam_marks and final_exam_marks from the user • User must be allowed to enter course_work_marks that is less than 31, mid_exam_marks that is less than 21, final_exam_marks that is less than 51. Otherwise, print the message “Check your inputs, Sorry” and exit the program. • Calculate total by adding course_work_marks, mid_exam_marks and final_exam_marks • If total is above 80, then calculate class participation by adding 2% of mid_exam_marks and 4% of final_exam_marks. Otherwise, calculate class participation by dividing course_work_marks by 2 • Print the output as shown below,

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here