- Self Check Exercises 1 Write A Complete Modular Program That Displays A Menu And Performs The Appropriate Action Ac 1 (42.53 KiB) Viewed 26 times
Self-Check Exercises (1) - Write a complete modular program that displays a menu, and performs the appropriate action ac
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Self-Check Exercises (1) - Write a complete modular program that displays a menu, and performs the appropriate action ac
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