Hello All,
May I know why I need to add [i] for below synthx and also what is [i] actually stand for.
Please explain a lilttle bit more, thanks !
if(rapperArray[i]===“Notorious B.I.G.”)
Hello All,
May I know why I need to add [i] for below synthx and also what is [i] actually stand for.
Please explain a lilttle bit more, thanks !
if(rapperArray[i]===“Notorious B.I.G.”)
Hi, there!
So, technically, this variable can be whatever valid variable you would like it to be. However, for the historical use of i, people say it comes from Fortran.
I just think of i as increment, index, or iteration.