Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: help me to complete this java program.. this is my college assignment...

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question help me to complete this java program.. this is my college assignment...

    A fitness centre requires a computerized system that would enable admin staff to maintain its members’ profile and manage the registration of participants for its exercise classes. In addition, this program should also generate selected listings and reports.
    The fitness centre offers 2 types of membership: corporate membership and VIP membership. Those employees whose company establishes account with the fitness centre are entitled to sign up for the corporate membership. While VIP membership is for the walk in customers. Every VIP member will receive 1 free exercise class when they sign up and renew the membership. They are allowed to register the free exercise class at any time before their membership expires. All membership duration is one year. During member registration, the customer will be asked to pay a one-time joining fee, plus the member ship fee. Besides, the member can renew their current or expired membership. The membership fee details as follows:
    Joining Fee Yearly Member Fee
    Corporate Member RM80 RM750
    VIP Member RM80 RM1100

    The fitness centre offers a wide range of exercise classes (e.g. Yoga, Kick-boxing, aerobics and etc.) that are conducted by certified fitness trainers. Additional charges are required for exercise classes and the fee vary based on the type of class. The admin should be able to use the system to maintain the exercise class information and trainer profile. You are required to design and create an object oriented program for the fitness centre to maintain all the necessary information and the following requirements. :
     Registration of members for exercise classes.
     Calculate and display the fees payable by the member.
     Display the members of each of the exercise classes.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: help me to complete this java program.. this is my college assignment...

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Please post the effort you've made and ask specific questions. We can't write it for you.

Similar Threads

  1. Replies: 1
    Last Post: April 30th, 2014, 05:30 AM
  2. I need help with my java program for college
    By Dshelton in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 4th, 2014, 05:38 AM
  3. Need help with Java Assignment (code partially complete)
    By forgiveme502 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 11th, 2013, 07:39 PM
  4. Complete beginner (college student) - code not working!!
    By javanewbie085 in forum What's Wrong With My Code?
    Replies: 6
    Last Post: January 16th, 2013, 09:19 AM
  5. College Assignment please help
    By The Lost Plot in forum Collections and Generics
    Replies: 7
    Last Post: March 13th, 2012, 09:27 AM