Unable to get user input to work properly - Weddo

v32457_p

Member
Oct 25, 2021
151
0
16
Unable to get user input to work properly

I am trying to get user input to work properly so that when the user enters their choice from a menu, it will take the user to the next menu (or to the actual menu function). For some reason, when the user enters their "selection", the program automatically ends. I'm not sure what I am doing wrong. My cose (just for the main menu) is shown below.

Sub Main()
Dim Choice As string
Console.Clear()
Console.WriteLine(" Business Programs")...

Unable to get user input to work properly