Need help in creating java program to perform a simple class to represent
Need help in creating java program to perform a simple class to represent a
hair dryer the class should have a constructor, one additional method and at least one member variable (e.g. boolean isOn to turn the item on or off). I need to be able to demonstrate that my class works properly by constructing an instance of it and calling the method.