
please wait
|
|
int i;
at line 41, and then change line 43 like this:for (int i=0; i<1; i++)
i
doesn't exist, and the compiler will tell you so, if you accidentally attempt to use it. Though in keeping with the overall structure, there should probably be an inner for
loop nested within the loop where the report is generated.