
Quanhu LEE
665 Pointsstring bookTitle; bookTitle= System.Console.ReadLine(); \ string bookTitle= System.Console.ReadLine(); both fail
it seems run very well in vs 2017,but pop error in workshop
string bookTitle;
bookTitle= System.Console.ReadLine();
1 Answer

Antonio De Rose
20,873 PointsMaybe, but, you are not actioning against the question asked for.
Question asks for Write and you are doing it for readLine, where is the question, which you have to enter, in between the braces.