✏️ Code CompletionC# C# / .NET Easy⚡+10 XP
String Interpolation
Complete the string interpolation.
✏️ Fill in the blank
string name = "World";
string msg = ___"Hello, {name}!";Complete the string interpolation.
string name = "World";
string msg = ___"Hello, {name}!";