Question: 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

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 VB2017\Chap10 folder. Create the interface shown in Figure 10-43. 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.

Create a Windows Forms application. Use the following names for the project

Step by Step Solution

3.35 Rating (167 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Microsoft Visual Studio Solution File Format Version 1200 Visual Studio 14 VisualStudioVer... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Microsoft Visual Basic Questions!