writing a python program that takes a user's input and makes it a two-dimensional list and calculates the following: - the lowest number in the list - the highest number in the list - sum of numbers in the list - amount of numbers in the list

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter17: Linked Lists
Section: Chapter Questions
Problem 8PE
icon
Related questions
Question

Need helping writing a python program that takes a user's input and makes it a two-dimensional list and calculates the following:
- the lowest number in the list
- the highest number in the list
- sum of numbers in the list
- amount of numbers in the list

The format of the output needs to look like the screenshot, the values should change with the different inputs though.

Output:
The minimum number in the list is -110
The maximum number in the list is 145
The are 9 total numbers in the list.
The sum of the numbers in the list is 49
Transcribed Image Text:Output: The minimum number in the list is -110 The maximum number in the list is 145 The are 9 total numbers in the list. The sum of the numbers in the list is 49
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Time complexity
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning