start translating
This commit is contained in:
parent
721ae0d455
commit
2e86c21a4e
@ -8,7 +8,7 @@ int guess;
|
||||
int trials = 0;
|
||||
do
|
||||
{
|
||||
Console.Write("Wprowadź wartość: ");
|
||||
Console.Write("Enter value: ");
|
||||
guess = Convert.ToInt32(Console.ReadLine());
|
||||
|
||||
if (guess > value)
|
||||
|
Loading…
Reference in New Issue
Block a user