Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string exitGame = " ";
- while (exitGame != "Exit")
- {
- Console.WriteLine("Вы действительно собираетесь покинуть игру?");
- Console.WriteLine("Тогда просто напишите *Exit*");
- exitGame = Console.ReadLine();
- }
Advertisement
Add Comment
Please, Sign In to add comment