I was wondering while researching arrays in the C# Microsoft reference if there’s any difference (and there must be, its computer science after all) between declaring the array in Ben’s way and declaring it this way;
Differences arise however when you declare the array without initialising it at the same time, in which case, when you initialise the variable, you need to use the new keyword;
Incidentally, it was a great question and the fact you noticed the difference is a credit to you, its often these subtle differences that trip us up when writing code, so we’ll done