Advertisement
GigaOrts

Untitled

Jul 8th, 2023
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. if (int.TryParse(Console.ReadLine(), out int result))
  2.     {
  3.         Console.WriteLine("Неизвестная команда!");
  4.         continue;
  5.     }
  6.  
  7. switch(...)
  8. {
  9.     case
  10.     case
  11.     case
  12.     ...
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement