Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (int.TryParse(Console.ReadLine(), out int result))
- {
- Console.WriteLine("Неизвестная команда!");
- continue;
- }
- switch(...)
- {
- case
- case
- case
- ...
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement