C Sharp (C#) - Strings and StringBuilder
Identify the error in this code snippet:
string s = "Hello";
s = s + 10.5;
Console.WriteLine(s);
string s = "Hello";
s = s + 10.5;
Console.WriteLine(s);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions