this java program computes the sale of flowers
this java program computes the sale of flowers. Name of flowers: daisy, pansy, rose, violet, carnation Flowers are stored in the flowers arrayprices = daisy = $2, pansy = 4, rose = 9, violet = 3, carnation = 7. Ask the user what kind of flower would you likeVerify the user has entered a valid flower name by comparing the entry with the elements of flowers; for an invalid flower name, display a message and exit the programFor a valid flower name, ask the user the quantity and compute the total. Ask the user if he or she has a coupon, if y, subtract the coupon value from total, if the total is greater than the coupon; display total; otherwise, tell the user the coupon could not be applied because the min purchase was not met and display total, without applying the coupon.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images