Description: Develop an application to help a gym manager manage a GYM hall, with various equipment, trainers/customers,
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Description: Develop an application to help a gym manager manage a GYM hall, with various equipment, trainers/customers,
SEND CODE IN C++, PYTHON OR JAVA
I WILL REPORT AND GIVE
THUMBS DOWN.
AND PLEASE the code should contain structures and functions
Please answer most of it or even all its really important please
Description: Develop an application to help a gym manager manage a GYM hall, with various equipment, trainers/customers, equipment's, and exercise plan, and simple scheduling of the customers subscriptions. Design Basic Structures: GymHall, Equipment, Trainer, ExercisePlan and Customer: A. The GymHall aggregates several Equipment. B. Each hall opens 12 hours a day. C. Each Trainer works 8 hours a day in one hall. D. A Trainer submits a daily ExercisePlan with steps assigned to each Equipment for a specified duration in minutes. E. Each Customer subscribes to a particular GymHall, at a particular time and date, with a particular Trainer, with a specified ExercisePlan for one month. Provides an interface for the user to: 1. Adding/editing/deleting function to each structure, 2. The system should check the availability of Trainer and the Equipment listed in the ExercisePlan at the time chosen by the Customer, before adding a new subscription. 3. Enquire about customers subscriptions, halls schedule, and trainers schedule. Sample data include: customers.txt Customer ID Address Phone Email Name Mohamed 1 2 Ahmed *** 3 Mostafa trainers.txt Trainer ID Name 1 Mohamed Ahmed 2 Mahmoud Ali 3 Sami Selim equipment.txt Equipment ID Name 1 Treadmill Rowing machine 3 Ab Rolller excercise Plans.txt Plan ID 1 1 2 subscriptions.txt Subscription ID 2 1122 Trainer ID 1 1 2 Date/Time 9/2/2022 9/2/2022 12/3/2022 13/4/2022 Equipment ID 1 2 3 Customer ID 1 1 3 3 Duration 5 20 Coffee Mug Trainer ID 1 2 3 Exercise ID 6 1 2