Question: Write a C program that asks the user to enter three integers. A menu is displayed to allow the following options: Page of 2 ZOOM
Write a C program that asks the user to enter three integers. A menu is displayed to allow the following options: 
Page of 2 ZOOM Write a program that asks the user to enter three integers. A menu is displayed allow the following options: A-Print the lowest number entered B - Print the highest number entered C- Print whether the first number entered is an even or an odd number D-print the division of third number entered by the sum of the first two numbers entered Note well that your code should test for division by zero and your code should demonstrate the use of the switch structure Sample Run 1: Enter your three integers: 3 5 0 You have entered the numbers: 3,5 and 0 Choose one of the options: A- Print the lowest number entered B - Print the highest number entered C- Print whether the first number entered is an even or an odd number D-print the division of third number entered by the sum of the first two numbers entered Make your selection: d O dived by 8 is 0. Goodbye! Sample Run 2: Enter your three integers: 13 -5 8 You have entered the numbers: 13, -5 and 8 Choose one of the options
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
