subject

Write a letter Grade function that gets an average score as an argument and returns the letter grade. If the average score is 90 or more, return an A. 80 to 89 – return a B. 70 to 79 – return a C. 60 to 69 – return a D. If the average score is less than 60, return grade F. Write the main function to ask the user his/her name and the number of test scores he/she has. Then ask the user to input those test scores (using a loop only). Then find the average test score. Then call the letter Grade function to get the letter grade. Display the average score and the person’s letter grade.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:30
Ihave a singular monitor that is a tv for my computer. recently, i took apart my computer and put it back together. when i put in the hdmi cord and booted the computer to see if it worked, the computer turned on fine but the screen was blue with "hdmi no signal." i've tried everything that doesn't require buying spare parts, any answer is appreciated!
Answers: 1
question
Computers and Technology, 23.06.2019 22:30
Lakendra finished working on her monthly report. in looking it over, she saw that it had large blocks of white space. what steps could lakendra take to reduce the amount of white space?
Answers: 3
question
Computers and Technology, 24.06.2019 00:30
Which boolean operator enables you to exclude a search term? a} not b} and c} or d} plus
Answers: 1
question
Computers and Technology, 24.06.2019 04:30
How do you share someone else’s tweet with your own twitter followers?
Answers: 1
You know the right answer?
Write a letter Grade function that gets an average score as an argument and returns the letter grade...
Questions