string [] race=new string[] {"dwarf","f","goblin","human"}; Console.WriteLine(race[2]); | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

string [] race=new string[] {"dwarf","f","goblin","human"}; Console.WriteLine(race[2]);

what is out put of this code?

17th Aug 2017, 4:59 PM
Sina
Sina - avatar
2 Answers
+ 5
goblin
17th Aug 2017, 5:02 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 5
try coding it
17th Aug 2017, 5:27 PM
Manual
Manual - avatar