Question: solve for python calculate FinalMark - Version 2. This function has 6 parameters, the scores for participation, for 3 quizzes, for the midterm exam and
calculate FinalMark - Version 2. This function has 6 parameters, the scores for participation, for 3 quizzes, for the midterm exam and for the final exam of a course, It calculates and returns the final mark for the CSCI 100 course. Here is how students get evaluated in this course Evaluation Participation (abs) 3 Quizzes Midterm best two quizzes 20% Final exam (The lowest quiz marks gets dropped only the two highest quizzes count) 1556 20-9 309 35 Version 2 getValid Score This function has one parameter that represents the name for one of the score items in this course, e.g. participation quiz 1. etc It asks the user to enter the score for the score item (from the parameter) and validates the score (between 0 and 100) using an input validation loop. It returns the valid score . Use "getValidinput' from lab 7-1 and make it more versatile with a parameter The parameters value will be used for asking the correct question. The input validation is always the same
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
