Highlights
Here are the requirements for your Employee Database Program.
For this assignment, I am providing only the required application programmer interfaces (APIs). That is a fancy way of saying I am giving you the method names, the parameters they will accept, and the type of the variables they will return. It is up to you to fully implement each of the methods. Your program must be designed using the following classes.
Employee class
Instance variables
- private int empNumber;
- private String empName;
- private String empAddress;
- private int empSalary;
Database class
Instance variables
- static Employee[ ] employee;
- static Scanner scan = new Scanner(system.in);
- static int maxEmployees;
- public static void main(String args[])
- prompts the user for the maximum number of employees to store. Save this value in a local variable called numOfEmployees
- instantiates a new Database class: Database myDB = new Database();
- invoke menu method and pass the number of employees: myDB.menu(numOfEmployees);
- public void menu(int numEmployees)
- maxEmployees = numEmployees;
- initializes the Employee arrays with the size = maxEmployees
- employee = new Employee [maxEmployees];
- prints out the control menu, which looks like the following::
Employee Management System Menu
a) Add a new Employee
b) Update an Employee
c) Delete an Employee
d) Print the Employee List
e) Print a Specific Employee
f) Exit the Employee Management System
Each of the first five options will invoke a method to perform the required operation. The final option will exit the menu loop and end the application.
This COSC-ITSE - IT Assignment has been solved by our IT experts at My Uni Paper. Our Assignment Writing Experts are efficient to provide a fresh solution to this question. We are serving more than 10000+ Students in Australia, UK & US by helping them to score HD in their academics. Our Experts are well trained to follow all marking rubrics & referencing style.
Be it a used or new solution, the quality of the work submitted by our assignment experts remains unhampered. You may continue to expect the same or even better quality with the used and new assignment solution files respectively. There’s one thing to be noticed that you could choose one between the two and acquire an HD either way. You could choose a new assignment solution file to get yourself an exclusive, plagiarism (with free Turnitin file), expert quality assignment or order an old solution file that was considered worthy of the highest distinction.
© Copyright 2026 My Uni Papers – Student Hustle Made Hassle Free. All rights reserved.