Design a Windows application for a Flower Shop that sells only 3 type of flowers: Roses, Cactus, Orchids.

Design a Windows application for a Flower Shop that sells only 3 type of  flowers: Roses, Cactus, Orchids.

The application should:

–           allow the user to pick from a NumericUpdown control a value representing an item that is being purchased. The values of the NumericUpDown are: 1 (for a Rose), 2 (for a Cactus) or 3 (for an Orchid).

–          Allow the user to specify the quantity being sold.

–          Provide a button to display in a listbox the sold items so far and below it specify using a textBox the total sales in $.  We know that a Rose cost $1, a Cactus $0.75 and an Orchid $2.5.

In the listBox if the user wants 12 Roses then I must see :12 Roses. If another customer requests afterwards 10 orchids then in the listbox I must see : 12 Roses

10 Orchids

As for the total it must be 37.00 $

–          Then by pressing  on another button, your application must perform some analysis and display it. The analysis must specify for each type of flower how many was sold and finally display which flower was most requested for the day.

Include pseudocode for this method. Display it as comments in the method itself.

 

–          Concentrate on having a nice design for the application.

 

Set one of the buttons on the form as the Accept Button.

Enable or disable controls as needed. Set the focus on some controls also when needed.  Use a messageBox to display an error for a negative Quantity value.

Order from us and get better grades. We are the service you have been looking for.