account.deposit(500.0); std::cout << "Balance after deposit: $" << account.getBalance() << std::endl;