Computer Science, asked by farispnmuhammed, 14 days ago

program of finding Avg of three numbers ​

Answers

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