Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a console app using C# and .Net It's an Employee management system that will perform the following: Add, update, delete an employee (ID, name,

Create a console app using C# and .Net

It's an Employee management system that will perform the following:

Add, update, delete an employee (ID, name, address, email, phone, role)

Payroll feature for adding this weekswages (ID, employeeID, hours worked, hourly rate, date)

Vacation days (ID, employeeID, numberOfDays)

Each employee will be given 14 days when a new employee is added and will increment by 1 when a new payroll entry is entered for that employee.

Use arrays (fixed size = 100) to store your data, you must use a custom class for Employee, Payroll and Vacation at minimum.

Your console application must have a hierarchy of menus and run continuously until the person quits the application:

Example:

Menu 1:

Welcome, please choose a command:

Press 1 to modify employees

Press 2 to add payroll

Press 3 to view vacation days

Press 4 to exit program

Menu 2: (Employees)

Press 1 to list all employees

Press 2 to add a new employee

Press 3 to update an employee

Press 4 to delete an employee

Press 5 to return to main menu

Menu 3: (Payroll)

Press 1 to insert new payroll entry

Press 2 view payroll history for an employee

Press 3 to return to main menu

Menu 4: (Vacation days)

Press 1 to view vacation days

Press 2 to return to the main menu

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

Computer Networking A Top-Down Approach

Authors: James F. Kurose, Keith W. Ross

5th edition

136079679, 978-0136079675

More Books

Students also viewed these Computer Network questions

Question

What are the advantages and disadvantages of work specialization?

Answered: 1 week ago