help pleaseXD.
how do you do looping in G.E.???
like while, do while, and espicially for loops.
tanx in advance.
int i,j;
for(i=0;i<j;i++)
{
//action here
}
int i,j;
do
{
//action here
}
while (i<j);
Users browsing this forum: No registered users and 1 guest