C# Flashcards
1
Q
Console.ReadLine()
A
method returns a string.
Therefore, you cannot get information from another data type, such as int. The following program will cause an error:
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: