Question: 11. Code the following in Python: OM 1 Declare Score As Integer 2 Declare Rating As Character 3 Write Enter score: 4 Input Score 5

11. Code the following in Python: OM 1 Declare Score As Integer 2 Declare Rating As Character 3 Write "Enter score: 4 Input Score 5 If Score == 10 Then 6 Set Rating = "A" 7 Else If (Score == 8) OR (Score == 9) Then Set Rating = "B" Else If (Score == 6) OR (Score == 7) Then Set Rating = "C" Else Set Rating = "D" 15 End If 16 End If 17 End If
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
