Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
26 views

Project 15

This document describes a bank account class with methods to deposit, withdraw, and check the balance of an account. It creates an instance of the BankAccount class called myAccount, deposits money, withdraws money, and prints out the final balance belonging to the account holder Sally Jones.

Uploaded by

api-307094923
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Project 15

This document describes a bank account class with methods to deposit, withdraw, and check the balance of an account. It creates an instance of the BankAccount class called myAccount, deposits money, withdraws money, and prints out the final balance belonging to the account holder Sally Jones.

Uploaded by

api-307094923
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Project Overdrawn at the Bank

BankAccount
double balance
String name
double
balance
String

name

deposit

double
balance

withdraw

double
balance

balance

Tester

main( )

BankAccount

myAccount

deposit
balance
withdraw
balance
The Sally Jones account balance is, $1405.22

You might also like