Computer Science, asked by pravusamarpitanayakr, 5 months ago



(a) a,b,c = 42,56,86

print(“Average of three numbers is:”,(a+b+c)/3)

Answers

Answered by hemanthreddysunkara
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