Create a Windows Forms application. Use the following names for the project and solution, respectively: Glasgow Project

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 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.

image text in transcribed

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

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: