• 0

please help in C#


Question

hi i am new in programming but i need some explaination in chap Variables this is my code :

static void Main(string[] args)

{ Console.Write("Please enter your name: ");

String name = Console.ReadLine();

String x = “Good luck in C# ” + Name; Console.WriteLine(x); }

please can you help me with this by explaining why there is a mistake in this writing . thanks !!
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

This topic is now closed to further replies.