Question: CSE 1 2 8 4 : Introduction to Computer Programming home > 2 . 5 : Type conversions Sigma Chi Psi / Fa . .

CSE 1284: Introduction to Computer Programming home >2.5 : Type conversions
Sigma Chi Psi / Fa..
Sorority For Online.
547726.3512336.9320977
zyBooks catalog
Jump to level 1
Three integers are read from input into variables basket1, basket2, and basket3. Assign avg_fruits_per_basket with the average fruits per basket. Then, convert avg_fruits_per_basket to an integer.
Click here to show example
Note: The average is the sum of all values divided by the number of values.
basket1= int (input())
basket2= int (input ())
basket3= int (input ())
I' Your code goes here
print(avg_fruits_per_basket)
 CSE 1284: Introduction to Computer Programming home >2.5 : Type conversions

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 Databases Questions!