a)design a class named HousePlant. A HousePlant has fields for a name (fort example, "Philodendron"), a price (for example, 29.99), and a field that indicates whether the plant has been fed in the last month (for example, "Yes"). Create the class diagram and write the pseudocode that defines the class.
b) design an application that declares two HousePlant objects and sets and sets and displays their values
c) design an application that declares an array of 10 HousePlants. Prompt the user user for data for each of the HousePlants, then display all the values.