PYTHON: Write a program to continuously asks the user an score given as integer percentages in...

70.2K

Verified Solution

Question

Programming

  1. PYTHON: Write a program to continuously asks the user an scoregiven as integer percentages in the range 0 to 100. Calculate thetotal number of grades in each letter-grade category as follows: 90to 100 is an A, 80 to 89 is a B, 70 to 79 is a C, 60 to 69 is a D,and 0 to 59 is an F. Use a negative score as a sentinel value toindicate the end of the input. (The negative value is used only toend the loop, so do not use it in the calculations.) For example,if the input is.

Answer & Explanation Solved by verified expert
4.3 Ratings (770 Votes)
categories while True score intinputEnter a score given as integer    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students