So basically I am writing a program that is used to return the current amount in a bank account. The amount in the account defaults to zero. The user inputs whether it is a deposit or withdrawl, and also how much they are depositing or withdrawing. It works when I am using a deposit, but when I denote I am with drawing money it doesn't return a negative number like I am wanting it to. What do I need to change?