0
C# [Multidimensional Arrays] - Easy to cheat practice?
Multidimensional Arrays, practice: static void Main(string[] args) { int[,] num = { { 1, 2, 3 }, { 4, 5, 6 }, { 7, 8, 9 } }; Console.WriteLine("123"); Console.WriteLine("456"); Console.WriteLine("789"); }
2 Respuestas
+ 7
Sure. Easy to cheat.
What do you gain? You're trying to learn and your cheat really doesn't help.
So, you lose time, you lose your chance to learn and have nothing to show for it at the end.
Sounds like a loss to me.
+ 1
Eh...