Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Account.java
- //represents a bank account
- public class Account
- {
- private int accountNumber;
- private int pin;
- private double availableBalance;
- private double totalBalance;
- //Account constructor initializes attributes
Advertisement
Add Comment
Please, Sign In to add comment