/* Benne van-e a keresett szám, és hányadik helyen van */ using System; class Program { static void Main() { int[] t = {9, 7, 3, 5, 4, 2, 6}; int n = t.Length; int ker = 5; //Keresett érték int i = 0; while(i