I\'ve created an ATM like program which holds the money in a person\'s account. When the person takes out a withdrawal, it subtracts the withdrawal from the account along wi
you print account as if it was a floating point number (%2f) even though it is a integer, you should use the %d format specifier instead
%2f
%d