Hi If i have switch statement look like this and after getting or display function or by entering wrong character(default) how can i go to same screen which will display different options. As i know there are goto statements but that is not recommended? So please can anybody recommend me what to use or to do? Code: switch (s) { case "g": uname.getUserName(); break; case "v": uname.DisplayUserName(); break; default: Console.WriteLine("Please select correct choice..."); Thnx, Regards,
I got small solution for that but Shabbir where should this thread be posted. Duplication was my mistake but when i tried to create a thread it denied so i thought its not allowing me to create for some reasons. Anyway applogize again for my mistake.
You posted it in the Article section by clicking the Submit article image. It should be under the Queries and Discussion forum where the link reads New Thread.