Write down the program in class FlowerCounter which calculates the cost of flowers sold at flower stand. Five types of flowers-petunia, pansy, rose, violet, and camation- are stocked and cost, respectively, R5.00, R7.50, R7.95, R8.00, and R9.45 per flower. Develop the array of strings which holds names of these flowers. Develop another array (of type double) which holds cost of each corresponding flower. Your program must read name of flower and quantity desired by customer. locate flower in name array and use which index to determine cost per stem in the cost array. Calculate and display total cost of the sale.