Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!