Object Oriented Programming C Using Class Need Help Programming Need Develop Gym Managemen Q43794530
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 ofmonths of the member by [n];
”cancel [id]” will try to set the number of months ofsubscription to 0 of the member with the ID [id]
”quit” will stop the execution of the program
Limit the maximum members to ten
Expert Answer
Answer to Object Oriented Programming C++ using class NEED HELP WITH THE PROGRAMMING Need to develop gym management system. The da…
OR