You are not required to branch for this one
In class, we will do the following together:
- Add methods for move() and wrap()
- Use your new methods to make the Ball object named b move around
- Create and work with an array of objects of the Ball class
On your own, you will:
- Add a bounce() method
- Modify the display() method