function bul(sure){ let kucuk = sure / 2.7; let buyuk = sure / 2.999; let sonuc = (buyuk + kucuk) / 2; return Math.round(sonuc); }