Computer Science, asked by shaikhsumsuddin983, 13 hours ago

write a program to store three noumbers and calculate the sum and average of the three number.​

Answers

Answered by banothunakshatra
1

Answer:

let, a,b,and c be three numbers

Explanation:

sum of the numbers= a+b+c

average=sum of the observations/number of observations

=a+b+c/3

no. of observations means no.of quantities.

Similar questions