Question: 1 2 # ## Problem 1: # User provides as input 3 numbers. # These numbers should be kept inside variables named x, y and

1 2 # ## Problem 1: # User provides as input 3 numbers. # These numbers should be kept inside variables named x, y and z. # Output the sum and average of the 3 numbers provided by the User # For example, if x = 2, y = 4, Z = 3 then your output should be # Sum: 10 # Average: 3.0 # Write your code below. I 3 4 5 6 7 8 9 0 1 2 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
