Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I am almost done with this assignment. All I need to know is how to make club number and registrant number unique so that no
I am almost done with this assignment. All I need to know is how to make club number and registrant number unique so that no two clubs share same club number and no two person share same registrant number.
After that, I need the solution of this entire program.
Please I need the solution before Wednesday midnight. Its really urgent. I have been working on this from a long time. But I am not able to solve it. I hope I get the solution soon.
COMP123-Programming II 5/16/2018 Assignment 1 Background Y ou are creating application that isgoing to track the swim dlubs their swimmers swim meets and results. References: Please refer to "General Assignment Requirements" document posted on eCentennial Part 1: Create the following dasses: 1. Club Holds the following information: a. club number club's registration number b. name-the name of the club C. address-address of the dub (use structs) d. telephone number 10-digit phone number 2 Registrant Holds the following information: a. registration number - identifc ati on number for a registrant b. name-a registrant's name C. date of birth d. address- address of the registrant (use structs) e. telephone number 10-digit phone number 3. Swimmeet Holds the following information: a. Start date- start date of the meet b. End date end date of the meet C. Name of the meet-represent a name of the meet d. Course-pool type (SCM, SCY, LCM) (use enum) 4. Event Holds the following information: a. Distance- distance of a swim (50, 100, 200, 400, 800, 1500) (use enum) b. Stroke-code for the stroke (butterfly, backstroke breaststroke, freestyle, individual medley) (use enum) 5. Swim Holds the following information: a. Time swam-fnal time of a swim (example: 1:05.52) b. Heat-number of the heat C. Lane number of the lane Assignment 1 Page 1 of 2 ad Modo -manage your online data. Learn More> COMP123-Programming II 5/16/2018 Assignment 1 Background Y ou are creating application that isgoing to track the swim dlubs their swimmers swim meets and results. References: Please refer to "General Assignment Requirements" document posted on eCentennial Part 1: Create the following dasses: 1. Club Holds the following information: a. club number club's registration number b. name-the name of the club C. address-address of the dub (use structs) d. telephone number 10-digit phone number 2 Registrant Holds the following information: a. registration number - identifc ati on number for a registrant b. name-a registrant's name C. date of birth d. address- address of the registrant (use structs) e. telephone number 10-digit phone number 3. Swimmeet Holds the following information: a. Start date- start date of the meet b. End date end date of the meet C. Name of the meet-represent a name of the meet d. Course-pool type (SCM, SCY, LCM) (use enum) 4. Event Holds the following information: a. Distance- distance of a swim (50, 100, 200, 400, 800, 1500) (use enum) b. Stroke-code for the stroke (butterfly, backstroke breaststroke, freestyle, individual medley) (use enum) 5. Swim Holds the following information: a. Time swam-fnal time of a swim (example: 1:05.52) b. Heat-number of the heat C. Lane number of the lane Assignment 1 Page 1 of 2 ad Modo -manage your online data. Learn More>Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started