Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Constraint Databases

Authors: Peter Revesz

1st Edition

1441931554, 978-1441931559

More Books

Students also viewed these Databases questions