Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

WRITE CODE IN PYTHON!!! NOTE: **DONT GIVE C++ CODE.**. ........ ONLY PYTHON! Gym Management System Develop an application to help a gym manager manage a

WRITE CODE IN PYTHON!!!

NOTE: **DONT GIVE C++ CODE.**. ........ ONLY PYTHON!

image text in transcribed

Gym Management System Develop an application to help a gym manager manage a GYM hall, with various equipments, trainers/customers, equipment's, and exercise plan, and simple scheduling of the customers subscriptions. You have to keep in mind the relationships of Aggregation, Composition and Association. Design: Basic Classes: Gym halls, equipments, trainers, exercise plans and customers: The Gym hall aggregates several equipments. Each hall opens 12 hours a day. Each trainer works 8 hours a day in one hall. A trainer submits a daily exercise plan with steps assigned to each equipment for a specified duration in minutes. Each customer subscribe to a particular hall, at a particular time and date, with a particular trainer, with a specified exercise plan for one month. Provides an interface for the user to: 1. Adding/editing/deleting GUI to each class, 2. The system should check the availability of trainer and the equipments listed in the exercise plan at the time chosen by the customer, before adding a new subscription. 3. Enquire about customers subscriptions, halls schedule, and trainers schedule

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

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

Students also viewed these Databases questions

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago