In this exercise, you modify the application from Exercise 7. The modified application will display the number

Question:

In this exercise, you modify the application from Exercise 7. The modified application will display the number of rectangular tables needed to seat the bridal party as well as the number of round tables required for the guests. Each rectangular table can accommodate a maximum of 10 people. As in Exercise 7, a maximum of 8 guests can fit at each round table. Use Windows to make a copy of the Wedding Solution folder. Rename the copy Modified Wedding Solution. Open the Wedding Solution.sln file contained in the Modified Wedding Solution folder. In addition to entering the number of guests, the interface should now allow the user to also enter the number of people in the bridal party. Modify the interface by including three additional labels and a text box, and then reset the tab order. Make the appropriate modifications to the code. Be sure to code the new text box’s Enter, KeyPress, and TextChanged procedures. Also, be sure to modify the txtGuests_TextChanged procedure. Save the solution and then start and test the application. (If the numbers of guests and bridal party members are 130 and 15, respectively, the numbers of required round and rectangular tables are 17 and 2, respectively.)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: