(a) a,b,c = 42,56,86
print(“Average of three numbers is:”,(a+b+c)/3)
Answers
Answered by
1
Answer:
average= sum of numbers / number of numbers
Therefore (42+56+86)/3= 184/3= 61
output is : Average of three numbers is:61
but if it is c programming terminate it with ;
or if it is python then use toString() function
Similar questions
Hindi,
3 months ago
India Languages,
3 months ago
English,
3 months ago
Social Sciences,
7 months ago
Hindi,
7 months ago
Math,
1 year ago
Physics,
1 year ago