Well, i'm pretty much a newbie into programming, merely because i'm just 15, but i really like informatics ( specially programing ) but i'm not that wealthy so, i can't pay for private teaching, or anything like that.
But if you want to, you can, that's what i say. I've been learning c++ from a while now ( few months ) but everytime i see some math operation i see the "for (int i<...." For example:
int lower limit,upper limit;
int range=upper limit-lower limit;
int number;
for(int i=0;i<20;i++)
{
number=lower limit+(rand()%range);
cout<<number<<endl;
}
Why the hell is there an i, does it means something, it's just an easy way to remember something or what?.
Sorry for the dumb question, but i'm really an autodidact so it's kinf of hard to get someone to explain me this.
SORRY! AND GREETINGS!