+ 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.

20th Apr 2017, 11:17 PM
Innocentia mia
Innocentia mia - avatar
2 Réponses
20th Apr 2017, 11:50 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 3
thanks a million ,the code works
21st Apr 2017, 12:50 AM
Innocentia mia
Innocentia mia - avatar