[solved] – Question 96961
Create a program in which describe class Flower. This class will have 5 subclasses, which will be self-defined. Each flower class will have color and price. Color is represented by one symbol (Red – ’r’, Yellow – ‘y’, etc.). User enters 3 colors and your program should show the price of the user’s bouquet.
Expert Answer
OR

