The program should be written in C what does it do ,It helps a gym manager manage a gym hall, with various equipment, tr

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

The program should be written in C what does it do ,It helps a gym manager manage a gym hall, with various equipment, tr

Post by answerhappygod »

The program should be written in C
what does it do ,It helps a gym manager manage
a gym hall, with various equipment, trainers/customers,
equipment, and exercise plan,
and simple scheduling of the
customer's subscriptions.
output .The output of the program will
depend on the input of the
user.
Does it provides an interface
for
the user to 1.
Add/editing/deleting function
to each structure, 2.The
system should check the
availability of the Trainer
and the Equipment listed in
the ExercisePlan at the time
chosen by the Customer, beforeadding a new subscription.Yes, it provides an interfacefor the usertoadd/edit/delete function toeach structure. The systemwill check the availability ofthe Trainer and the Equipmentlisted in the ExercisePlan atthe time chosen by theCustomer, before adding a newsubscription.
chosen by the Customer, before
adding a new subscription.
Yes, it provides an interface
for the user
to
add/edit/delete function to
each structure. The system
will check the availability of
the Trainer and the Equipment
listed in the ExercisePlan at
the time chosen by the
Customer, before adding a new
subscription.
The Program Should Be Written In C What Does It Do It Helps A Gym Manager Manage A Gym Hall With Various Equipment Tr 1
The Program Should Be Written In C What Does It Do It Helps A Gym Manager Manage A Gym Hall With Various Equipment Tr 1 (62.22 KiB) Viewed 12 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. Designt 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 Name Address Phone Email 1 Mohamed 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 2 3 Ab Rolller excercise Plans.txt Plan ID Duration 5 20 2 Coffee Mug subscriptions.txt Subscription ID Trainer ID 1 2 3 bl-1-1 1 17122 Trainer ID 1 1 2 Date Time 9/2/2022 9/2/2022 12/3/2022 13/4/2022 Equipment ID 1 2 Customer ID 1 1 3 3 3 THE 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