Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Microsoft C#. Create a console based program that uses a do/while loop to enter 4 menu choices (and 1 to exit). Then, after a successful
Microsoft C#. Create a console based program that uses a do/while loop to enter 4 menu choices (and 1 to exit).
Then, after a successful entry is made, display (using a switch/case statement) what choice was made.
(all choices are integers)
1 - list ipconfig data
2 - backup usb drive
3 - set date
4 - set clock
5 - exit
After that is working, wrap a "y/n" while loop around the do/while loop to allow the user to repeat the process without re-running the program again.
"y/n" should be a string, converted to a char.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started