Hello!
I want some help on a thing...
n = 5 (or) 6
if n = 5 then i have
in each variable i have a number...
example:
m[1] = 1, m[2] = 2, m[3] = 3, m[4] = 5, m[5] = 8 (in [] is n)
i want to print all the all the 4 numbers formats...
1 2 3 5 8
1 2 3 5
1 2 3 8
1 2 5 8
1 3 5 8
2 3 5 8


Sorry for my bad english...
Friendly
Thodoris