start translating

This commit is contained in:
Marcin Badurowicz 2024-10-11 13:07:27 +02:00
parent 721ae0d455
commit 2e86c21a4e

View File

@ -8,7 +8,7 @@ int guess;
int trials = 0; int trials = 0;
do do
{ {
Console.Write("Wprowadź wartość: "); Console.Write("Enter value: ");
guess = Convert.ToInt32(Console.ReadLine()); guess = Convert.ToInt32(Console.ReadLine());
if (guess > value) if (guess > value)