can you create Java code for a simple class of your choice
can you create Java code for a simple class of your choice. Be sure
to include at least one constructor, two methods and two fields. The fields should be private.
can you make a test class to construct and call the methods of your class.
Describe your class and demonstrate your code functions properly.