Programmable Physics
Member
- Joined
- Sep 26, 2022
- Messages
- 16
- Programming Experience
- 1-3
I want to delete a user input if a condition is not met, and keep the Console interface same and intact without using
I want to delete whatever was entered by the user if a condition is not met. How can I do that?
If I use
Console.Clear()
or goto menu;
I want to delete whatever was entered by the user if a condition is not met. How can I do that?
If I use
Console.Clear()
or goto menu;
the same code repeats over and over again and it makes the app slow and exhausting to code.