You have already completed these exercises!
Do you want to take them again?
You completed the C# Access Strings Exercises from W3Schools.com
Share on:
What will the following code output?string myString = "W3Schools";Console.WriteLine(myString[0]);
string myString = "W3Schools";Console.WriteLine(myString[0]);