VIzlo

Task 9

Aug 24th, 2022 (edited)
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.36 KB | Gaming | 0 0
  1.             string exitGame = " ";
  2.  
  3.             while (exitGame != "Exit")
  4.             {
  5.                 Console.WriteLine("Вы действительно собираетесь покинуть игру?");
  6.                 Console.WriteLine("Тогда просто напишите *Exit*");
  7.  
  8.                 exitGame = Console.ReadLine();
  9.             }
Advertisement
Add Comment
Please, Sign In to add comment