+ 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

1st Sep 2022, 4:30 AM
madram abdulkader
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);
1st Sep 2022, 4:48 AM
BroFar
BroFar - avatar
1st Sep 2022, 6:40 AM
Harsha S
Harsha S - avatar