Post some interesting " find the output " type questions or any other sort of tricky programs here in c++ or java....
take the following code:
int i, n = 20;
for (i=0; i<n; i--)
{
cout << "x" << endl;
}
by changing only ONE character in the above code, meaning you cannot change 20 to...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.