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 #107.55K
1 Posted Topic
Re: Help please, having trouble using methods. The error keeps telling me that the regHours, grossPay, rate and so on does not exist in the context. [CODE=csharp] public class Program { public static void Main() { } public static void GetInfo(string side) { string fname; Console.Write("Please enter the employee's name: "); … |
The End.