Ok I know this is probably really simple. These are the instructions I have for this. Please help as soon as possible.
Write an algorithm that will prompt and get a beginning balance for month, a total withdrawal for month and a total deposit for the month. Calculate the final end-of-month balance by subtracting the total withdrawals from the beginning balance, subtracting the federal tax (1% of total transactions) and adding the total deposits. Display final balance.
Write an algorithm that will prompt and get a beginning balance for month, a total withdrawal for month and a total deposit for the month. Calculate the final end-of-month balance by subtracting the total withdrawals from the beginning balance, subtracting the federal tax (1% of total transactions) and adding the total deposits. Display final balance.
Comment