Fitness Center New Membership Cost Program Analysis To Program Design

User Generated

ZWHP

Programming

Description

The cost to become a member of a fitness center is as follows: (a) the Senior citizens discount is 30%; (b) if the membership is bought and paid for 12 or more months in advance, the discount is 15%; or (c) if more than 5 personal training sessions are purchased, the discount on each session is 20%. Write a menu driven program that determines the cost of a new membership. Your program must contain a method that displays the general information about the fitness center and its charges, a method to get all the necessary information to determine the membership cost, and a method to determine the membership cost. Use appropriate parameters to pass information in and out of a method.

Unformatted Attachment Preview

Java Programming: From Problem Analysis to Program Design 7-1 The cost to become a member of a fitness center is as follows: (a) the Senior citizens discount is 30%; (b) if the membership is bought and paid for 12 or more months in advance, the discount is 15%; or (c) if more than 5 personal training sessions are purchased, the discount on each session is 20%. Write a menu driven program that determines the cost of a new membership. Your program must contain a method that displays the general information about the fitness center and its charges, a method to get all the necessary information to determine the membership cost, and a method to determine the membership cost. Use appropriate parameters to pass information in and out of a method. TAKE A SCREEN SHOT OF THE RESULTS LAB 5: Create this program as a GUI program The first screen of your GUI will show the cost of membership and all of the discount options. Use JTextArea on page 811 for this part. Membership Cost: $500 Training Sessions Cost: $100 per session List the discounts here. 3 user like on page 354, using JTextField for the input, Jlabel to describe what you want them to input and some buttons. (Calculate, Exit) 1. The user can choose 1 or 2 (Yes, No) for Senior or it can be a yes or no input. 2. Have the user enter number of months, or you can give them choices. 6, 12, 18 month options. 3. Have the user enter number of training sessions they wish to purchase. Finally, when the user clicks on the Calculate button. You will show their membership cost. TAKE A SCREEN SHOT OF THE RESULTS
Purchase answer to see full attachment
User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

At...


Anonymous
Very useful material for studying!

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Related Tags