Question
Object Oriented Programming C++ using class NEED HELP WITH THE PROGRAMMING Need to develop gym management system. The data to store about each member is
Object Oriented Programming C++ using class
NEED HELP WITH THE PROGRAMMING
Need to develop gym management system.
The data to store about each member is
User ID, Name, for how many months their membership is valid
The program should allow the following commands:
Create [id] [name] will try to create a new member with ID [id], name [name] and 0 months of subscription;
delete [id] will try to remove the member with ID [id];
extend [id] [n] will try to extend the membership number of months of the member by [n];
cancel [id] will try to set the number of months of subscription to 0 of the member with the ID [id]
quit will stop the execution of the program
Limit the maximum members to ten
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started