Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. Write a Python program where the user enters an integer number and a real number from the keyboard. Store the entered numbers in a
3. Write a Python program where the user enters an integer number and a real number from the keyboard. Store the entered numbers in a list of lists. For example, your code should produce a list like the following: [[5,8.945],[34,98.045],,[4,12.4]] (Note: These numbers are examples. The user should enter the actual numbers). The entrance phase should be ended when the user enters any negative integer or any real number higher than 100 . Then, calculate and display (i) the average of the entered numbers, (ii) the average of the real numbers; and (iii) the average of the multiplication of each couple of numbers
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started