← Back to Question List
C# Code Walkthrough #9
String Length Counts Characters
📄 Code
Read carefully — what does this print?1string word = "Hello";2Console.WriteLine(word.Length);
1string word = "Hello";2Console.WriteLine(word.Length);