Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assessment topic: Health Club Membership Management System (HCMM) In this assignment, you will create a Java software package to process the records in a membership

Assessment topic: Health Club Membership Management System (HCMM) In this assignment, you will create a Java software package to process the records in a membership management system according to the given instructions/commands. Java software MUST provide ALL the following functionalities:

Task details:

Add valid membership info into the system HCMM system must check whether this is an existing member: o if there is already a record with the same name and mobile in the system, the existing record should be updated/merged with the new valid input information; o otherwise system adds a new member with valid info to the system. For instance, the instruction: add name James Bloggs; birthday 20/12/1978; pass Gold; mobile 04111111; fee $60 is supposed to add/update a member with name "James Bloggs", birthday 20/12/1978, membership pass type "Gold", membership fee $60, and the specified mobile information. Note the use of a semicolon (";") to separate the fields.

I need java coding please.

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

More Books

Students also viewed these Databases questions