Glasgow Exercise 10-9 Zak's Programming with Microsoft Visual Basic 2019/2022

Описание к видео Glasgow Exercise 10-9 Zak's Programming with Microsoft Visual Basic 2019/2022

Create a Windows Forms application. Use the following names for the project and solution, respectively: Glasgow Project and Glasgow Solution. Save the application in the VB9e\Chap10 folder. Create the interface shown in Figure 10-46. Each member of Glasgow Health Club must pay monthly dues that consist of a basic fee and one or more optional charges. The basic monthly fee for a single membership is $50; for a family membership, it is $90. If the member has a single membership, the additional monthly charges are $25 for golf, $30 for tennis, and $20 for racquetball. If the member has a family membership, the additional monthly charges are $35 for golf, $50 for tennis, and $30 for racquetball. The application should display the member’s basic fee, additional charges, and monthly dues. Create a class named Dues that contains two auto-implemented properties for the basic and additional charges. The class should also contain a default constructor, a parameterized constructor, and a method that calculates and returns the total monthly dues. Use the class to code the application. Save the solution and then start and test the application.

Комментарии

Информация по комментариям в разработке