public class BA { int ID; float balance; void deposit(int x) { balance += x; } }