Computer Science, asked by SaiShivanee1904, 10 months ago

Write a program to find average of any three numbers

Answers

Answered by aaryanmanchanda14feb
0

Answer:

in what language?

Explanation:

please mention

Answered by piwa
1

Answer:

Explanation:

CLS

input"enter 3 number";a,b,c

s=a+b+c

av=s/3

print"average is";av

end

Similar questions