Write a Python program that ask user to enter three interger numbers a, b, c
.
Your program should calculates the average of a, b, c
and display the result on the screen, as shown in the examples below.
Hint: To enter an integer number, use a = int (input("Enter number a: "))