Asked by abebe

find the average maximum minimum and sum of three numbers given by the users

Answers

Answered by oobleck
read x,y,z
sum = x+y+z
min = x
if y < min then min = y
if z < min then min = z
<similarly for max>
Answered by Abebe
Select areason
Answered by Abebe
Male
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions