Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Program Requirements -The application calculates and displays a club members monthly dues, which includes the basic monthly fee and any additional monthly charges for tennis

image text in transcribedProgram Requirements

-The application calculates and displays a club members monthly dues, which includes the basic monthly fee and any additional monthly charges for tennis ($30), golf ($25) and racquetball ($20)

-The user enters the basic monthly fee

-A member can either be a regular member (No discount), Military/Veteran ($10 discount) or Senior ($5 discount)

-Most memberships are for regular members

-The application should display the additional monthly charges and any discount amount

-Display the calculated amounts with a dollar sign and two decimal places

-Display We thank you for your service when the Military/Veteran radio button is selected

-The user should only be allowed to enter digits or the backspace key in the text box

-Clear the calculations in the labels

-When the textbox text has changed

-There is a change in a check box

-There is a change in a radio button

-When the text box receives the focus, select its existing text

-Use the figure below as a guide

-Make sure that you use the class naming conventions when creating the form and code

-Dont forget to comment your code

1.The Calculate button should be the Default button for the form

2. The Clear button should be the CancelButton

3. The Exit button should end the application when it is clicked

4. The Clear button should clear the text box, labels containing amount, check boxes and set the default radio button

5. The Calculate button should calculate the additional amount, discount amount, and the Total monthly dues

a. Use TryParse to convert the basic fee entered to a number

6. Restrict the data entry of the textbox to only numbers 0 9 and the backspace key

7. When a textbox has the focus, select any entered text

8. Clear the calculated amounts when a change is made to the text box

9. The extra message for military/veteran members should display when the military

radio button is clicked on, does not display when another radio button is selected

a. It should not display when the form first opens

10. Include the three Option statements

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

Recommended Textbook for

Beginning Databases With PostgreSQL From Novice To Professional

Authors: Richard Stones, Neil Matthew

2nd Edition

1590594789, 978-1590594780

More Books

Students also viewed these Databases questions

Question

Write the numbers of base 12 up to \(1_{00}^{4}\).

Answered: 1 week ago

Question

5 5 6 . .

Answered: 1 week ago