C# [Multidimensional Arrays] - Easy to cheat practice? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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"); }

31st Jan 2023, 10:06 PM
Darko Azure
2 Réponses
+ 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.
1st Feb 2023, 3:35 AM
Ausgrindtube
Ausgrindtube - avatar
+ 1
Eh...
1st Feb 2023, 12:23 AM
D_Stark
D_Stark - avatar