Question: COP IDDDC Lab Assignment 3 20 Points For the following program: 1] Create an algorithm called exemptAlgorithm.txt 2] Create the source code called exempt.py 3]

 COP IDDDC Lab Assignment 3 20 Points For the following program:

COP IDDDC Lab Assignment 3 20 Points For the following program: 1] Create an algorithm called exemptAlgorithm.txt 2] Create the source code called exempt.py 3] Upload your algorithm and source code to BCOnline. Exempt You will be writing a program to determine whether or not a student is exempt from the final exam in COPlGGGC. Your program should do the following: I Prompt the user for a student's average and number of days missed. Input validation: - Average must be between G and 100 - NHmber of days missed cannot be less then G. Be sure to validate each value separately! I Use the following conditions to display a message indicating whether or not a student is exempt from the final exam. If exempt, indicate why. o Average is at least 96 o Average is at least 93 and days missed are less than 3 o Average is at least 90 and student has perfect attendance Grading Rubric

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!