Hello
I am fairly new to the C# programming language, and I was hoping you could help me out. To start with all I need is a simple program that will ask for user input through a command line window.
The user input will be just a string. and the string will be saved in some variable so that it can be manipulated in whatever way I want.
So just to clarify, a simple program that once launched, will open the command line window and ask the user for some input. e.g.:
Please type input:
...
Then then user would input some string > the string will be saved in some sort of variable and then program would ask the user for more input afterwards.
I would greatly appreciate any help with this.
Thank You.