What I want to be able to do is create a display in the console that shows this:
Name:
Date:
Birthday:
And after data is entered next to each of the colons and enter is pressed, It activates a method of some sort that would set variables to the data. How do I do this?
Response to first few comments:
Well, the reason why i am using console is because i am trying to learn C# and i am trying to do this the same way I learned for C, by starting with the console. I thought this would be the easiest way to display the program for the user. From the comments above, it seems I need to learn something else.