Question 1 low = 3 hi = 50 total = 0     # replace this for-loop with a while loop # don't change any more than is necessary   for m in range (hi, low-1,-2):    total = total + m                 print("Total is", total)

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter5: Looping
Section: Chapter Questions
Problem 8RQ
icon
Related questions
Question

# Question 1
low = 3
hi = 50
total = 0
   
# replace this for-loop with a while loop
# don't change any more than is necessary

 

for m in range (hi, low-1,-2):
   total = total + m
               
print("Total is", total)

 

 

 

 

 

Subject: Python Programming

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage