Write a program to input three numbers from the user and print its average.
the Brain is here good evening :-)
Answers
Answered by
7
refer the attachment hope its help u
mere taraf se bhi
Mr Brain ko good evening
or night
my soul mate is here
but they r not online cause exam
Attachments:
Answered by
1
Answer:
Explanation:
number1 = int(input("ENTER THE FIRST NUMBER :"))
number2 = int(input("ENTER THE SECIND NUMBER :"))
number3 = int(input("ENTER THE THIRD NUMBER :"))
total = number1+number2+number3
average = total/3
print(average)
PLEASE MARK ME AS BRAINLIEST!!!!
Similar questions