Menu

[Solved]Thinking Outside Box Final Grade Certain Cs Course Stratified Letter Grades According Foll Q37212488

Please use Python 3.6Thinking Outside the box Final Grade A certain CS course stratified letter grades according to the following table Numeric 93

Thinking Outside the box Final Grade A certain CS course stratified letter grades according to the following table Numeric 93 -100 90 92 87 -89 83 -86 80- 82 Letter Numeric Letter 77-79 70 76 60 69 < 60 The final exam for this course counts for 20% of the course grade. Students entering the final exam know their numeric grades and wish to know how the final will affect their course grade. Write a program to help them determine what their course letter grade will be if they score in 3 different exam grades on the final. The student will enter 3 final exam grades to be stored as a list. [Hint: You will have to iterate through a list]. If we designate the student’s grade going into the final as preFinalGrade, then the formula for calculating the numeric course grade, courseGrade, based on the final exam grade, finalExamGrade, is courseG rade 0.8*preFinalGrade 0 .2 * fina 1ExamG rade + = Here is an example session of how the program should work: What final exam grade do you want to test? 100 What final exam grade do you want to test? 75 What final exam grade do you want to test? 40 What is your current grade (0-100)?: 88 If you score 100 on the final, your course grade will be: A If you score 75 on the final, your course grade will be: B If you score 40 on the final, your course grade will be: C+ You should create a function that calculates courseGrade given preFinalGrade and finalExamGrade. You should also create a function that calculates the letter grade given a numeric grade Show transcribed image text Thinking Outside the box Final Grade A certain CS course stratified letter grades according to the following table Numeric 93 -100 90 92 87 -89 83 -86 80- 82 Letter Numeric Letter 77-79 70 76 60 69

Expert Answer


Answer to Thinking Outside the box Final Grade A certain CS course stratified letter grades according to the following table Numer… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *