Menu
×
×
Correct!
Exercise:Fill in the missing parts to get user input, stored in the variable
Console.WriteLine("Enter username:");
string userName = Console.ReadLine();
Console.WriteLine("Username is: " + userName);
Not CorrectClick here to try again. Correct!Next ❯Console.WriteLine("Enter username:");userName = Console. ; Console.WriteLine("Username is: " + userName); |