1) Can Ι add a string with a int ?
2) Why we put f at the float type numbers and l at long type numbers ?
3) Is there any difference between anArray[2] and anArray.GetValue(3) ? Why to use the second one ?
4) If I use a Counter at a "for" type loop, it is better to declare the counter at the start of the program or at every loop ?