public static void Main()
int tahmin=0,gercek=0,tahmin1=0,tahmin2=0;
Console.WriteLine("0 ile 50 arasında bir sayı tutun");
tahmin=Convert.ToInt32(Console.ReadLine());
Console.WriteLine(gercek);
if(sayac==1&&tahmin==gercek)
Console.WriteLine("HELAL OLSUN");
else if(tahmin1<gercek||tahmin2<gercek)
Console.WriteLine("DAHA BÜYÜK VE YENİ BİR SAYI GİRİNİZ.");
tahmin1=Convert.ToInt32(Console.ReadLine());
else if(tahmin1>gercek||tahmin2>gercek)
Console.WriteLine("DAHA KÜÇÜK VE YENİ BİR SAYI GİRİNİZ.");
tahmin1=Convert.ToInt32(Console.ReadLine());
else if(tahmin1==gercek||tahmin2==gercek)
Console.WriteLine("DOĞRU BİLDİNİZ");