0
Jagged arrays Code coach
I'm really confused again... In the lesson Jagged arrays in the coad coach. I want you to read what code coach asks and then ready my code : string Nhr = olympiad[0][day1Winner]; string Nhra = olympiad[1][day2Winner]; string Nhrb = olympiad[2][day3Winner]; Console.WriteLine(Nhr); Console.WriteLine(Nhra); Console.WriteLine(Nhrb); Tells me, what's wrong?? It doesn't output the right names.
1 Réponse
+ 1
it's one less.
... day1Winner-1, etc