Question: Task #1 (50 Pts) Class rosters include primary information of students. In this task you will learn how to use ADT Bag to implement a
Task #1 (50 Pts) Class rosters include primary information of students. In this task you will learn how to use ADT Bag to implement a class roster with unspecified size. Step 1: Use a resizable array to implement ADT Bag and write a java program to let the user add, drop and search for a specific student using student ID (Duplication is not allowed). Your program should also provide the user with the following options: . Class size .If class is full or empty - The number of students in the same academic level. In your program, define a java class called Student with the following data fields: Student ID. first name, last name and academic level with: int, String, String and String data types respectively. Note that academic level can be: freshman, sophomore, junior or senior only o Step 2: Repeat step 1, but use a chain of linked nodes instead of a resizable array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
