Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C PROGRAMMING Make a program that maintains a membership registry. The following information about members is stored: first name last name Membership number year of

C PROGRAMMING
Make a program that maintains a membership registry. The following information about members is stored: first name last name Membership number year of accession membership dues paid in the last five years Implement the program using records and record tables. Make an interface where the user is shown an action menu from which you can select the desired action. The registry shall allow at least the following: adding a new member, The member number is given differently from the previously joined members. deleting a member updating member information first name update updating last name update membership number updating the year of accession updating membership fee information printing individual member information printing the registry search by the following criteria: first name last name membership number year of accession unpaid membership fees End Make the program such that if the table becomes full, it will be "stretched". Formats: Main menu 1 Adding a new member 2 Deleting member information 3 Changing member information 4 Print the member 5 Print the register 6 Search 7 Ending Your selection> Adding member information Your selection> 1 Anna Jasenen First and Last Name> Janne Jasen Enter the member number> 123 Enter the year of accession> 1999 Enter the 2016 membership fee> 10 Enter the 2017 membership fee> 10 Enter the 2018 membership fee> 10 Enter the 2019 membership fee> 10 Enter the 2020 membership fee> 0 Printing individual member information: *************************** FIRST NAME: Janne SURNAME: Jasen MEMBERSHIP: 123 YEAR OF ASSOCIATION: 1999 Printing the entire registry *************************** FIRST NAME: Janne SURNAME: Jasen MEMBERSHIP: 123 YEAR OF ASSOCIATION: 1999 FIRST NAME: Jonne SURNAME: Jasen MEMBERSHIP: 124 JOINT YEAR: 2000 Updating member information Your selection> 3 Enter the member difference to be changed> 124 1 Change the first name 2 Change the last name 3 Change the member number 4 Change the year of accession 5 Change member payment information Your selection> 4 Enter a new year of accession> 2001 After which to the main menu. Your selection> 6 1 Search by first name 2 Search by last name 3 Search by member number 4 Search by year of accession 5 Search by membership fee check Your selection> 3 Enter member number> 124 FIRST NAME: Jonne SURNAME: Jasen MEMBERSHIP: 124 YEAR OF ASSOCIATION: 2001 Deleting a member Your selection> 2 Enter the member number of the member to be deleted> 124 After which directly to the main menu

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