So I have started learning C#...I have a little bit of a background in C++ so I was wondering if someone could provide a clear answer, how do I go about doing something like this in C#
in C++ it would be
cout<<"enter your name";
cin>>namel;
I can't seem to find a clear and simple answer about how to do this in C# either through the Console or through a Windows Application.
Question
xxdesmus
So I have started learning C#...I have a little bit of a background in C++ so I was wondering if someone could provide a clear answer, how do I go about doing something like this in C#
in C++ it would be
I can't seem to find a clear and simple answer about how to do this in C# either through the Console or through a Windows Application.
Thanks so much in advance. :blush:
Link to comment
Share on other sites
7 answers to this question
Recommended Posts