Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
JavaScript
int i=2;
int[0]=0;
while(i<4)
{
A[i]+=5;
i++;
}
Posted
Updated 19-Jan-15 10:10am
v3
Comments
Sergey Alexandrovich Kryukov 19-Jan-15 15:38pm    
If you don't know the output, simply run this script and find out.
So far, this script makes no sense anyway, because A object is not created (or it is not shown). And what int[0] is supposed to mean. The whole thing is nothing but gibberish.
—SA
ZurdoDev 19-Jan-15 20:57pm    
Found it. Now what?

Shall I hide it and make you look for it now? Oh, this is fun. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900