Skip to content

Commit

Permalink
#2: Játékos választása
Browse files Browse the repository at this point in the history
  • Loading branch information
PAULTR71 committed Mar 6, 2019
1 parent eb84ba3 commit 447861a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kpo/kpo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ static void Main(string[] args)
playerChoice = "olló";
break;
}

///Feladat 4:
///Számítógép választásának kérdése: Random()
///



Console.Write("Akarsz még játszani? i/n");
if (Console.ReadKey(true).KeyChar == 'n')
{
Expand Down

0 comments on commit 447861a

Please sign in to comment.