program of finding Avg of three numbers
Answers
Answered by
2
a= int(input("enter no. : "));
b= int(input("enter no. : "));
c= int(input("enter no. : "));
avg=(a+b+c)/3
print(avg)
#the following program is in python language
Similar questions
English,
1 month ago
Math,
1 month ago
Math,
1 month ago
Math,
3 months ago
India Languages,
3 months ago
World Languages,
10 months ago