learn > C# > Flashcards
Console.ReadLine()
method returns a string.
Therefore, you cannot get information from another data type, such as int. The following program will cause an error: