Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
no output
#1
string[] a4 = { "a", "b" };

Console.Write(a4[^1]); //no output
#2
LA prints only full lines. Use either WriteLine or append \n to the string.


Forum Jump:


Users browsing this thread: 2 Guest(s)