Self-Check Exercises (1) - Write a complete modular program that displays a menu, and performs the appropriate action ac
Posted: Wed Mar 30, 2022 9:30 am
Self-Check Exercises (1) - Write a complete modular program that displays a menu, and performs the appropriate action accordingly in the corresponding method. The menu and the method names are listed below: Option 1 2 3 4 NMON Action Exchange num1 and num2 Exchange num2 and num3 Exchange num1 and num3 Sort the three numbers Find their minimum Find their maximum Find their average Name Swap Swap Swap Sort Min Max Average Return nothing nothing nothing nothing int int double 6 7