Question: Program #3: Basic Input, Process, Output (15 pts) o Create a Python program named test1-3.py You do not need to use or create any user-defined

Program #3: Basic Input, Process, Output (15 pts) o Create a Python program named test1-3.py You do not need to use or create any user-defined functions in this program. Prompt the user two enter two numbers, all allowed to be float or integer numbers. Calculate and display the sum and average of these two numbers. Round both numeric outputs to one (1) digit to the right of the decimal place. Your input and output should look like the sample run below. . Sample Run #1 (based on user input of 5.5 and 11) first number: 5. Enter second number: 11 The sum of the two numbers is: 16.5 The average of the two numbers is: 8.2 Sample Run #1 (based on user input of 3.3 and 33) Enter first number: 3.3 Enter second number: 33 The sum of the two numbers is: 36.3 The average of the two numbers is: 18.1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!