Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Chapter 10 Ex 9 Create a Windows Forms application. Use the following names for the project and solution, respectively: Glasgow Project and Glasgow Solution. Save

Chapter 10 Ex 9

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

Glasgow Health Club Membership O Single O Family Additional ? Golf ? lennis ? Racquetball Basic fee: Additional: Monthly dues: Calculate Exit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

4. Identify cultural variations in communication style.

Answered: 1 week ago