Write a program in Python that sums a series of (positive) integers entered by the user, excluding all numbers that are greater than 100. We are going to use a sentinel value (also known as a flag value) to control the loop. If the user wants to quit summing up numbers, the user will enter a (-1). The first line should print out a title that says something like “Practice 3: summing positive values entered by the user that are less than 100”. For this practice you only can use while loop as you don’t know how many numbers the user wants to enter. A sample output is below.

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter7: String Manipulation
Section: Chapter Questions
Problem 15E
icon
Related questions
Question
Write a program in Python that sums a series of (positive) integers entered by the user, excluding all numbers that are greater than 100. We are going to use a sentinel value (also known as a flag value) to control the loop. If the user wants to quit summing up numbers, the user will enter a (-1). The first line should print out a title that says something like “Practice 3: summing positive values entered by the user that are less than 100”. For this practice you only can use while loop as you don’t know how many numbers the user wants to enter. A sample output is below.
Summing positive values entered by the user that are less than 100!
Please enter first number to sum (enter -1 to quit): 5
Please enter next number (enter -1 to quit): 4
Please enter next number (enter -1 to quit): 2
Please enter next number (enter -l to quit): -3
Please enter next number (enter -l to quit): 3
Please enter next number (enter -1 to quit): 200
Please enter next number (enter -1 to quit): 1
Please enter next number (enter -l to quit): -1
The sum all all the positive values less than l00 is:
15
Transcribed Image Text:Summing positive values entered by the user that are less than 100! Please enter first number to sum (enter -1 to quit): 5 Please enter next number (enter -1 to quit): 4 Please enter next number (enter -1 to quit): 2 Please enter next number (enter -l to quit): -3 Please enter next number (enter -l to quit): 3 Please enter next number (enter -1 to quit): 200 Please enter next number (enter -1 to quit): 1 Please enter next number (enter -l to quit): -1 The sum all all the positive values less than l00 is: 15
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Basics of loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT