previous | start | next

Answers

  1. An instance field
    private int accountNumber;
    needs to be added to the class
  2. private int x;
    private int y;
    private int width;
    private int height;


previous | start | next