Problem
Write Java class which models a blender. Your class should have at least two meaningful attributes, one method to do some action on or for the object, and one method to display the values of the attributes to the console. In your main method create instance of the object and call your methods.