Friday, April 26, 2024 13:56

Posts Tagged ‘char variable’

Strings

Friday, April 21st, 2017

So far, we have often used Console.ReadLine() in our Console programs, in order to get some text input from the user. Whenever we needed to use that text (and even inspecting the Console.ReadLine() method signature), we needed to store that text in a string variable type.… Read more


Follow the white rabbit