|
-
Feb 7th, 2011, 08:17 AM
#4
Re: Visual Net Pay, Gross, & Withholding %
Welcome!!! 
Please use code tags when entering code. It makes it much easier to read.
I see problems with your formulas:
Code:
sum = num1 * num2;
Console.WriteLine("The Gross Pay is : {0} ", gross);
You're printing gross but never assiging it a value. You are assigning a value to sum but not doing anything with it. Look over your formulas and see if you can fix them. Ask questions and we will answer them, but you may be able to fix it yourself now that I gave you a hint.
VB6 Library
If I helped you then please help me and rate my post!
If you solved your problem, then please mark the post resolved
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|