Please answer it in python Write a ReadListInteger function without arguments that reads positive or null integers entered on the keyboard. The input stops when entering a negative number. The function returns the list of integers entered.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question

Please answer it in python

  1. Write a ReadListInteger function without arguments that reads positive or null integers entered on the keyboard. The input stops when entering a negative number. The function returns the list of integers entered.
  2. Propose a ReadListFloatBornes function with two optional arguments bmin and bmax, which allows you to read real typed on the keyboard. Typing stops when the user enters a value outside the [bmin; bmax]. By default, the values of min and max are set to 0 and 100 respectively. The function must return a list.
  3. Define an MMSList function that takes a list as an argument and returns the minimum, maximum, and sum of the list. Your function must use a while or for loop.
  4. Complete your main program using ReadListReelsBornes to enter a list of reals on the keyboard and MMSListe to get the minimum, maximum and sum of the values entered. Display the 3 values obtained in the console.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Problems on Dynamic Programming
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT