NEED CODE IN C ONLY PLEASEEEE . IN CASE YOU SEND CODE IN C++ ,JAVA OR PYTHON I WILL REPORT AND GIVE THUMBS DOWN.

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

NEED CODE IN C ONLY PLEASEEEE . IN CASE YOU SEND CODE IN C++ ,JAVA OR PYTHON I WILL REPORT AND GIVE THUMBS DOWN.

Post by answerhappygod »

NEED CODE IN C ONLY PLEASEEEE . IN CASE YOU
SEND CODE IN C++ ,JAVA OR PYTHON
I WILL REPORT AND GIVE
THUMBS DOWN.
Need Code In C Only Pleaseeee In Case You Send Code In C Java Or Python I Will Report And Give Thumbs Down 1
Need Code In C Only Pleaseeee In Case You Send Code In C Java Or Python I Will Report And Give Thumbs Down 1 (58.54 KiB) Viewed 15 times
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply