Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Creating Arrays of Values - 09
Nov 28, 2011 at 2:22 PMAlso, what does the ".ToString()" get us in the "Console.WriteLine(numbers[i].ToString());" line do? I did it with just "Console.WriteLine(numbers[i]);" and it worked.
Creating Arrays of Values - 09
Nov 28, 2011 at 2:19 PMI got a bit lost on a bit of this. I did some fiddling and started understanding more. I tried applying the Array.Reverse to the int array and that gave me a bit of a better understanding of how that line of code works. It's use then with the char array made more sense.