Advertisement
maxlarin2

check

Nov 17th, 2013
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.27 KB | None | 0 0
  1.     {   static int check (string s)                                                                    
  2.         {
  3.             int с = 0;
  4.             if (int.TryParse(s,out c));
  5.             return c;
  6.         }
  7.            
  8.     }
  9.    
  10.     while (check(s))
  11.     {
  12.         Console.WriteLine("Введите значение  в диапазоне ");
  13.         s = Console.ReadLine();
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement