Posts
 
Reputation
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
~255 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for dilkash2007

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

Member Avatar for DimaYasny
0
49
Member Avatar for cnet1989
Member Avatar for hankora

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 …

Member Avatar for dilkash2007
0
143

The End.