6.1 LAB: Smallest and largest numbers in a list Write a program that reads a list of integers into a list as long as the integers are greater than zero, then outputs the smallest and largest integers...


This is a screen shot of the assignment. Thank you


6.1 LAB: Smallest and largest numbers in a list<br>Write a program that reads a list of integers into a list as long as the integers are greater than zero, then outputs the smallest and largest<br>integers in the list.<br>Ex: If the input is:<br>10<br>3<br>21<br>-6<br>the output is:<br>2 and 21<br>You can assume that the list of integers will have at least 2 values.<br>318038.1696462.qx3zqy7<br>LAB<br>6.1.1: LAB: Smallest and largest numbers in a list<br>0/10<br>ACTIVITY<br>main.py<br>Load default template...<br>1<br>Run your program as often as you'd like, before submitting for grading. Below, type any needed<br>input values in the first box, then click Run program and observe the program's output in the<br>Develop mode<br>Submit mode<br>second box.<br>

Extracted text: 6.1 LAB: Smallest and largest numbers in a list Write a program that reads a list of integers into a list as long as the integers are greater than zero, then outputs the smallest and largest integers in the list. Ex: If the input is: 10 3 21 -6 the output is: 2 and 21 You can assume that the list of integers will have at least 2 values. 318038.1696462.qx3zqy7 LAB 6.1.1: LAB: Smallest and largest numbers in a list 0/10 ACTIVITY main.py Load default template... 1 Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the first box, then click Run program and observe the program's output in the Develop mode Submit mode second box.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here