blah blah blah is here! blah blah » Close

0
votes
2 answers

Index was outside the bounds of the array.

Hi all, i'm new to C#, and as i try to debug the following code, i take the error : "Index was outside the bounds of the array. " in line : Console.WriteLine(args[0]); . The source code is the following: using System; using ...

Feedback