Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- { static int check (string s)
- {
- int с = 0;
- if (int.TryParse(s,out c));
- return c;
- }
- }
- while (check(s))
- {
- Console.WriteLine("Введите значение в диапазоне ");
- s = Console.ReadLine();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement