Instance Variables

public class BankAccount
{
   . . .
 
private double balance;
}

Click here to see the file of BankAccount.java