+ 3
How do I create a menu in console application in c#?
assume you want to create a menu where you can exit the application and show certain options within that main menu such as 1.check details ,2.view payments 3.check bonus pay and 4.exit the application , how do you perform a do while loop in the main function and how do you declare these variables along with their data types such as int, string, double etc.
2 odpowiedzi
+ 11
here is a starting point:
https://code.sololearn.com/ce1bfjF199o9/?ref=app
+ 3
thanks a million ,the code works