Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
saitorhan committed Nov 6, 2019
1 parent d8c3cc5 commit c7d4f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConsoleApplication1/ConsoleApplication1/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static void Main(string[] args)

if (!Int32.TryParse(s, out sayi) || sayi < 0 || sayi > Int32.MaxValue -1)
{
Console.WriteLine("Girilen değer tam sayı değil veya sayı izin verilen aralık 0 - {0} dışında girildi.", Int32.MaxValue);
Console.WriteLine("Girilen değer tam sayı değil veya sayı izin verilen aralık (0 - {0}) dışında girildi.", Int32.MaxValue);
goto sayiGirisi;
}

Expand Down

0 comments on commit c7d4f0b

Please sign in to comment.