2009-11-17, 01:58 PM
Devil's Sunrise Wrote: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.
tyty =D. I just changed the grossPay , taxed, and net to float rather than int, and i worked just fine. I'm here doin homework for the next 5 hours til class starts so I might have some more questions lol

