Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
find the average,maximum,minimum and sum of three numbers given by user.Question
find the average maximum minimum and sum of three numbers given by the users
Answers
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>
sum = x+y+z
min = x
if y < min then min = y
if z < min then min = z
<similarly for max>
Abebe
Select areason
Abebe
Male