1. Write a program that inputs, calculates and displays the average of there numbers
Answers
Answered by
1
Answer:
If u want a python program here you go
a=float(input("Enter a number:"))
b=float(input("Enter a number:"))
c=float(input("Enter a number:"))
av=(a+b+c)/3
print("The average of the entered numbers are",av)
l hope this program works out 4 u :)
Explanation:
l've used float incase if u want to input a decimal no.
make sure that u use ((brackets))
Similar questions
Math,
2 months ago
Computer Science,
2 months ago
Math,
5 months ago
English,
5 months ago
English,
10 months ago
Social Sciences,
10 months ago