Question
Write a program that accepts three even integers and determine the largest of the three numbers. The program should also compute the average of the numbers entered. The program should only compute the average and find the largest if all numbers entered are even. Note that the program should terminate and generate an error message if any of the numbers entered is not even. the output of the program should:
• Identify if all numbers are even
• Display which is the largest of all numbers entered
• Print the average