User Portlet User Portlet

Discussions
how would i use while, when xi = (xi?1 + 1/xi?1), x0 = 1, until |xi ? xi?1| ?  (i = 1, 2, ..., n, n = 10,  = 10?3 ) to find values of xi
ok I understand what each of do,if,mod and print but im struggling to use them correctly this is what I have come up with so far Print[Do[If {Mod[{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25,...
mF[x_, y_] := Module[{x0 = x, y0 = y}, If[x0 > y0, x0, y0]]; ended up doing it like as show above