Hi there,

im seeking HEP!!!! from any one who could solve my problem. i have a program to be written that consists of gym members details and prints tem out to the screen.

A program is to be written to store Gym registration details. A Gym member record consists of membership number, name, postcode and fee.

Write a class definition to represent such Gym membership details.

Write a main method that declares and initialises two new Gym membership objects.

Write a method to request data items from the user to fill both the new Gym member objects.

Write a method to display to the screen the names and membership numbers of both members.

Example data entry ( “Z123456”, “Paul Jones”, “HN78HG”, 250);


thanks ...