Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

In Java, write a program using the following description: Please make sure every

ID: 3701847 • Letter: I

Question

In Java, write a program using the following description:

Please make sure everything listed here is in the code!

Commenting is welcomed, Thank you!!

Gym Membership Management System: Design a system for a gym that allows the owner to keep track of the number of different types of members that are signed up. The system should allow trial memberships, 3-month memberships, and annual memberships. The system should keep track of users and what kind of membership they have. It should also keep track of whether the user has paid in full, or is paying monthly or is overdue in payment. For each user, the system should keep track of what types of activities the user prefers (weights vs. aerobic vs. spin classes vs. kickboxing, etc.)These activites can either be an Array list or a seperate method. The gym provides different payment plans, such as monthly, annual or quarterly. Inheritance: 1. Membership is sub-classed by the various types of membership. 2. Payment plans is sub-classed by different types of plans.

Explanation / Answer

JAVA CLASSES

=============

==============

==================

==================

================

===============

===========

============

=================

============

============

=============

================

OUTPUT

==========

User{userName='User0', membership=ANNUAL_MEMBERSHIP', paymentPlan=FULL_PAYMENT', activities=[aerobic, kickboxing]}
User{userName='User1', membership=QUARTERLY_MEMBERSHIP', paymentPlan=MONTHLY_PAYMENT', activities=[aerobic, kickboxing]}
User{userName='User2', membership=ANNUAL_MEMBERSHIP', paymentPlan=FULL_PAYMENT', activities=[aerobic, kickboxing]}
User{userName='User3', membership=QUARTERLY_MEMBERSHIP', paymentPlan=MONTHLY_PAYMENT', activities=[aerobic, kickboxing]}
User{userName='User4', membership=ANNUAL_MEMBERSHIP', paymentPlan=FULL_PAYMENT', activities=[aerobic, kickboxing]}
User{userName='User5', membership=QUARTERLY_MEMBERSHIP', paymentPlan=MONTHLY_PAYMENT', activities=[aerobic, kickboxing]}
User{userName='User6', membership=ANNUAL_MEMBERSHIP', paymentPlan=FULL_PAYMENT', activities=[aerobic, kickboxing]}
User{userName='User7', membership=QUARTERLY_MEMBERSHIP', paymentPlan=MONTHLY_PAYMENT', activities=[aerobic, kickboxing]}
User{userName='User8', membership=ANNUAL_MEMBERSHIP', paymentPlan=FULL_PAYMENT', activities=[aerobic, kickboxing]}
User{userName='User9', membership=QUARTERLY_MEMBERSHIP', paymentPlan=MONTHLY_PAYMENT', activities=[aerobic, kickboxing]}
Membership Plans = [ANNUAL_MEMBERSHIP', QUARTERLY_MEMBERSHIP']

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote