Menu
×
×
Correct!
Exercise:Fill in the missing parts to get user input, stored in the variable
Console.WriteLine("Enter username:");
@(6) userName = Console.@(10);
Console.WriteLine("Username is: " + userName);
Console.WriteLine("Enter username:");
string userName = Console.ReadLine();
Console.WriteLine("Username is: " + userName);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?