Try The 'C' Code !
int i, n = 20;
for (i = 0; i < n; i--)
{
printf("X");
}
By only changing or adding ONLY ONE character to the above code:
Find 3 ways to make the above code print X 20 times!
-The Big K-
p.s: This challenge will be open for all CEans untill someone cracks it. Do *not* expect an answer from me.