Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~255 People Reached
Favorite Forums
Favorite Tags
3 Posted Topics
hi, i'm a very new in unix, can u help me how would i start to read sell programming. can u suggest me some name of tutorials thanks | |
![]() | Re: i'm new in unix,can someone help me study point of view thanks |
Re: i think this should be a proper answer of your problem. public class Program { public static void Main() { //Suppose the string we pass is abc as parameter getInfo("abc"); Console.ReadLine(); } public static void GetInfo(string side) { string fname; Console.Write("Please enter the employee's name: "); fname = Console.ReadLine(); string … |
The End.