subject

12.17 Prog Assignment 3 - 3: Letter Grade
In this program, you need to find the average letter grade. It calculate three student scores and then, converts the numerical average into a letter grade A-F.

The letter grade scale as follow:

90 - 100 > A
80 - 89.99 --> B
70 - 79.99 --> C
60 - 69.99 --> D
0 - 59.99 --> F
To complete the program, follow the steps:

(1) Prompt the user to input 3 student scores, then output them. (from 0 - 100). Note, the format of the scores, use %0.2f.(Submit for 2 points)

Enter the 1st score:
92.5
Enter the 2nd score:
87.3
Enter the 3rd score:
83.4
The scores entered are: 92.50, 87.30 and 83.40
(2) Extend the program to output the average of the 3 scores entered in step 1. Note, use %0.2f for the format of the average. (Submit for 3 points, so 5 points total)

Enter the 1st score:
92.5
Enter the 2nd score:
87.3
Enter the 3rd score:
83.4
The scores entered are: 92.50, 87.30 and 83.40
The average score is: 87.73
(3) Extend again to output the letter grade based on the result in step 2. Hint: use if statement (Submit for 5 points, so 10 points total)

Enter the 1st score:
92.5
Enter the 2nd score:
87.3
Enter the 3rd score:
83.4
The scores entered are: 92.50, 87.30 and 83.40
The average score is: 87.73
Your grade is B
---
I need to use python to program this can someone help

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 16:20
Quincy would like to view the contents of a specific message in his inbox. a portion of his computer screen is shown. what should quincy do in order to complete this task? 1. click on the inbox in the navigation pane, and click on the specific message in the folder pane to display its contents. 2. click on the inbox in the outlook today window, and click on the specific message in the folder pane to display its contents. 3. double-click the message’s header in the outlook today window, and right-click on the specific message to display its contents. 4. double-click the mail option in the navigation pane, and right-click on the specific message to display its contents.
Answers: 1
question
Computers and Technology, 22.06.2019 13:50
The instruction ishl (shift left integer) exists in jvm but not in ijvm. it uses the top two values on the stack, replacing the two with a single value, the result. the sec- ond-from-top word of the stack is the operand to be shifted. its content is shifted left by a value between 0 and 31, inclusive, depending on the value of the 5 least signifi- cant bits of the top word on the stack (the other 27 bits of the top word are ignored). zeros are shifted in from the right for as many bits as the shift count. the opcode for ishl is 120 (0x78).a. what is the arithmetic operation equivalent to shifting left with a count of 2? b. extend the microcode to include this instruction as a part of ijv.
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
Which of the following is an example of intellectual properly! oa. new version of a novelb. journal of ideasc. pages of a bookood. lines of a poem
Answers: 2
question
Computers and Technology, 22.06.2019 20:00
When you mouse over and click to add a search term this(these) boolean operator(s) is(are) not implied. (select all that apply)?
Answers: 1
You know the right answer?
12.17 Prog Assignment 3 - 3: Letter Grade
In this program, you need to find the average letter...
Questions
question
Physics, 25.11.2020 14:00
question
English, 25.11.2020 14:00
question
English, 25.11.2020 14:00
question
English, 25.11.2020 14:00
question
Physics, 25.11.2020 14:00