C Sharp (C#) - Strings and StringBuilder
Identify the error in this code snippet using
StringBuilder:StringBuilder sb;
sb.Append("Hello");
Console.WriteLine(sb.ToString());