- Do the following in Java code:
- Think of something that you can touch
- Write a class that models that object
- Store at least one attribute about that object in your class
- Write a method to display that attribute
- Write a method to change that attribute
- Instantiate at least two objects of your class