Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago