Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Will want a step by step explanation on how you do this. Write a program that PROMPTS a user for the weights of three ducks
Will want a step by step explanation on how you do this.
Write a program that PROMPTS a user for the weights of three ducks (duck1, duck2, duck3) in kilograms. For example, the program will tell the user "Enter weight in kilograms of duck1" then the user will enter a weight. It wlll do this two more times for the remaining ducks. Your program should then calculate the average weight in kilograms of the three ducks and output that value.
(Needs to be written in Python)
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