Update Program.vb

This commit is contained in:
Ivan Bushchik 2021-10-20 09:53:29 +03:00 committed by GitHub
parent abbdac8a92
commit 631a2a9679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,7 @@ Module Program
If temp = "n" or temp = "N" Then
Exit Sub
Else IF temp = "" or temp = "y" or temp = "Y"
Continue
Console.Write()
Else
Console.WriteLine("Неверный ввод, продолжаем игру.")
End If