C programming, Design projects: you will write two C projects. Attention; Comparison is always used for engineering and
Posted: Fri Jul 01, 2022 5:46 am
C programming, Design projects: you will write two C projects. Attention;
Comparison is always used for engineering and tech design. Please write one program toimplement the following:a. Ask the user to input three integers.b. Compare the three integers by the conditional operator and display the minimum andmaximum number on the screen.c. Calculate and display the sum and the average value (save 4 digits after decimalpoint) of these three integers.d. Find and display the middle number among the three integers.e. Display the quotient and remainder of the maximum number divided by themiddle number.f. If the middle number is odd and positive, the sum will be adjusted by increasingby 1; otherwise, the sum will be adjusted by decreasing by 3Show the screenshots of your whole program and running results/compiler errors(if your program does not run).
Comparison is always used for engineering and tech design. Please write one program toimplement the following:a. Ask the user to input three integers.b. Compare the three integers by the conditional operator and display the minimum andmaximum number on the screen.c. Calculate and display the sum and the average value (save 4 digits after decimalpoint) of these three integers.d. Find and display the middle number among the three integers.e. Display the quotient and remainder of the maximum number divided by themiddle number.f. If the middle number is odd and positive, the sum will be adjusted by increasingby 1; otherwise, the sum will be adjusted by decreasing by 3Show the screenshots of your whole program and running results/compiler errors(if your program does not run).