Найдите количество превышающих 4 в паскале
Begin var a:=ArrRandom(10, -10,10); a.Println(); writeln(a.Where(x->x>4).Count); end.