+ 2
How do I fix this
When ever I try using this code it doesnât work and I donât know why l https://code.sololearn.com/ctJhAo8Hhl56/?ref=app
2 Answers
+ 3
madram abdulkader
// Input First Name
string yourName = Console.ReadLine();
Console.WriteLine("What is your first name "+yourName);
// Last Name is given
string yourLName = "Ahojham";
Console.WriteLine("What is your lastname "+yourLName);