jk22
- 732
- 25
Once i did the following :
for (int i=0;i <100;i++) {...}
Hence with the i defined only in the loop and the professor told me we shall never do that.
Do you know any reason ?
Thanks.
for (int i=0;i <100;i++) {...}
Hence with the i defined only in the loop and the professor told me we shall never do that.
Do you know any reason ?
Thanks.