You have already completed these exercises!
Do you want to take them again?
You completed the C# Display Variables Exercises from W3Schools.com
Share on:
Drag and drop the correct variable name to display the value stored in name.
name
string name = "John";Console.WriteLine("Hello " + );