Design a class named HousePlant. A HousePlant has fields for a name (for ex, "Philodendron"), a price (for ex, 29.99), and a field that indicates whether the plant has been fed in the last month (for ex, "Yes"). Create the class diagram and prepare the pseudocode that defines the class.