Write a C++ program that accepts three numbers from the user (All are integers):

Such as:
Enter the first mark: 3
Enter the second mark: 25

Enter the third mark: 23

The program should...