Part II Use Visual Basic to complete the Lunch Order application.

1. Ch 5 Application

a) Open the Test5 project, which includes the application interface but no program code.

 

b) This application should display the price of either salad, soup, or both salad and soup. The price for only salad is $4.99, the price for only soup is $1.99, the price of both salad and soup is $5.99. The application interface should look similar to:

c) Save the modified Test5 application.

2. Ch 6 Application

a) Open the Test6 project, which includes the application interface but no program code.

b) This application should prompt the user to enter the number of visitors each day for five days using input boxes and display an appropriate message with the average number of visitors in the lblAnswer label when the Start button is clicked. Choose the best looping structure for executing statements a fixed number of times, and display the message in one label. The application interface should look similar to:

c) Save the modified Test6 application