Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

useiul for solving the remaining exercises Exercise 1: Develop an application (similar to the ExpenseList class) that can store and manage information about students taking

image text in transcribed

useiul for solving the remaining exercises Exercise 1: Develop an application (similar to the ExpenseList class) that can store and manage information about students taking courses at a university First create a Student class that can hold the following pieces of information: Student ID First Name Last Name Email Major Faculty Add appropriate methods to this class. Next create a StudentList class that has as its attribute an unordered list of student records, and the following methods: Add a student record to the list Delete a student record from the list Display records of all the students taking a specific major Display records of all students belonging to a particular faculty Search for a student's record given an ID number * Search for a student's record given the last and first names * * Search for a student's record given the email address You may add other methods as necessary Next, create a client demo program that reads a file such as the one given below, creates an unordered list, and demonstrates all the methods that you have developed Student ID First Name Last Name Email Faculty Major Music 200120 Kate 200121 Julie 200122 Tom 200123 Mark 200124 Jen 200125 Matt 200126 Karen 200127 John 200128 Allison 200129 Craig 200130 Steve 200131 Mike 200132 Jane West McLain Erlich Smith Foster Knight Weaver Smith Page Cambell Edwards Williams Reid kwest@email.com terlich@email.com jfoster@email.com kweaver@email.com Music apage@email.com Arts jmclain@email.com Finance Business Sculpture Arts msmith@email.com Biology Physics mknight@email.com Finance Science Science Business Arts jsmith@email.com Sculpture Arts History Humanities ccambell@email.com Music Arts sedwards@email.com Biology Science mwilliams@email.com Linguistics Hmanities reid@email.com Music Arts Source for the above sample fake database: xamples for Access NOTE: Just one sample output which shows the results for all the methods that you have developed is sufficient

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

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions