Answered step by step
Verified Expert Solution
Question
1 Approved Answer
*** JAVA *** Every social group today has a way to connect with like-minded individuals (e.g. FarmersOnly.com). You've been tasked with understanding and designing an
*** JAVA ***
Every social group today has a way to connect with like-minded individuals (e.g. FarmersOnly.com). You've been tasked with understanding and designing an application that can track Computer Science students and their interests. This app will be used to find other students with similar interests for study sessions. All of the Classes All of the Attributes . All of the Operations . All of the Relationships (inheritance, realization, association, dependency) Functional Requirements Below, you will find the requirements for the product. Not all of these requirements will be evident in the high-level design! In your design, you are capturing the major concepts, attributes and relationships 1. The user should be presented with a menu of the following activities: a. Load the Members b. Save the Members C. List All Members d. Add a Member e. Remove a Member f. List Member g. Add an Interest to a Member h. Quit 2. Each Member includes a name, and year (1-5) a. A freshman is a 1, sophomore 2, etc. A CS student with a degree is a 5 3. Each Interest includes a topic (e.g. "Assembly Language", "Java", "Digital Design", "Cyber Security", "Web Design", "C++", etc.) and an interest level, from 0-10 (least to most) a. There is no predefined list of Topics, the user can enter anything they want 4. 5. 6. Each Member may have any number of Interests (including none). When adding a new Member, make sure their name is unique When saving the Members, ask the user for a filename. If the file cannot be written, tell the user and ask for another name a. Its ok to overwrite an existing file. No warning is necessary When loading the Members, ask the user for a filename. If the file cannot be read, tell the user and ask for another name When adding an Interest to a Member, if the Interest already exists, replace the Interest with the new one 7. 8. Every social group today has a way to connect with like-minded individuals (e.g. FarmersOnly.com). You've been tasked with understanding and designing an application that can track Computer Science students and their interests. This app will be used to find other students with similar interests for study sessions. All of the Classes All of the Attributes . All of the Operations . All of the Relationships (inheritance, realization, association, dependency) Functional Requirements Below, you will find the requirements for the product. Not all of these requirements will be evident in the high-level design! In your design, you are capturing the major concepts, attributes and relationships 1. The user should be presented with a menu of the following activities: a. Load the Members b. Save the Members C. List All Members d. Add a Member e. Remove a Member f. List Member g. Add an Interest to a Member h. Quit 2. Each Member includes a name, and year (1-5) a. A freshman is a 1, sophomore 2, etc. A CS student with a degree is a 5 3. Each Interest includes a topic (e.g. "Assembly Language", "Java", "Digital Design", "Cyber Security", "Web Design", "C++", etc.) and an interest level, from 0-10 (least to most) a. There is no predefined list of Topics, the user can enter anything they want 4. 5. 6. Each Member may have any number of Interests (including none). When adding a new Member, make sure their name is unique When saving the Members, ask the user for a filename. If the file cannot be written, tell the user and ask for another name a. Its ok to overwrite an existing file. No warning is necessary When loading the Members, ask the user for a filename. If the file cannot be read, tell the user and ask for another name When adding an Interest to a Member, if the Interest already exists, replace the Interest with the new one 7. 8
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