Implement the following: 1) Use a loop to continuously request an integer input from the console. 2) As long as the value is positive, request new values. 3) Once the value is zero or negative, end the loop. 4) Prompt a message and print all valid values.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter8: Advanced Data Handling Concepts
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question

NEED HELP WITH PYTHON CODE AND PLEASE KEEP OUTPUT SAME.

Implement the following:
1) Use a loop to continuously request an integer input from the console.
2) As long as the value is positive, request new values.
3) Once the value is zero or negative, end the loop.
4) Prompt a message and print all valid values.
Input text can be any content. Just make sure to precisely match the output format below.
Write your code in the ANSWER area provided below (must include comments if using code is not covered in the course).
Example Output
Enter an integer (zero or negative to stop): 1
Enter an integer (zero or negative to stop): 100
Enter an integer (zero or negative to stop): 0
Invalid range. Loop ends.
1 | 100 |
Transcribed Image Text:Implement the following: 1) Use a loop to continuously request an integer input from the console. 2) As long as the value is positive, request new values. 3) Once the value is zero or negative, end the loop. 4) Prompt a message and print all valid values. Input text can be any content. Just make sure to precisely match the output format below. Write your code in the ANSWER area provided below (must include comments if using code is not covered in the course). Example Output Enter an integer (zero or negative to stop): 1 Enter an integer (zero or negative to stop): 100 Enter an integer (zero or negative to stop): 0 Invalid range. Loop ends. 1 | 100 |
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
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 Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage