2009-11-17, 01:46 PM
taxed is an integer. You try to assign it a double-value. Try taxed = (int) grossPay * 0.15;, or change taxed to a float value/double.
|
Programming help =*(
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Programming help =*( - by DrRusty - 2009-11-17, 01:32 PM
Programming help =*( - by Nikkey - 2009-11-17, 01:46 PM
Programming help =*( - by DrRusty - 2009-11-17, 01:58 PM
Programming help =*( - by Russt - 2009-11-17, 09:50 PM
Programming help =*( - by DrRusty - 2009-11-17, 09:55 PM
|