ITEC 120 LAB 15 Back to Lab index page

Write a .equals method

Add a .equals method to your BingoNumber class. Make changes in your driver program to test the .equals method.

The .equals method returns true or false. You'll want two bingo numbers to be the same if their letter and number are the same.

To get checked off, demonstrate to the Peer Instructor (or instructor) that your .equals method works.