Guest User

Untitled

a guest
Oct 16th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. class Program
  3. {
  4. static void Main(string[] args)
  5. {
  6. int num1, num2 = 0;
  7. string st1, st2, st;
  8. st2 = "stop";
  9. Console.WriteLine("plz enter a string");
  10. st1 = Console.ReadLine();
  11. while (st1 != st2)
  12. {
  13. Console.WriteLine("plz enter new string");
  14. st1 = Console.ReadLine();
  15. num1 = st1.Length;
  16. if (num1 > num2)
  17. st1 = st;
  18.  
  19. }
Add Comment
Please, Sign In to add comment