+ 2
This is my c# program.. This program takes user information. Anyone can help me. I'm stuck in this program which error in this p
4 Respuestas
+ 1
https://code.sololearn.com/cS0wm5u63Ad4/?ref=app
+ 1
Indexing was wrong it starts from 0
+ 1
The index can start from 0, the real problem is the number of indexes, you are passing 6 values but you are trying to print 8. Delete. {6} and {7} in the Console.WriteLine statement and it will be ok.
+ 1
Thanks buddy