subject

Write a program to assist a human resources clerk in applying salary increases for employees. The clerk will enter an employee number, his/her performance rating (either an E for Excellent, S for Satisfactory or U for Unsatisfactory) and the employee’s classification. If the employee receives a rating of E or S, they are eligible for a salary increase according to the classification table. Their classification determines the salary increase percentage. Every employee in the company has a classification of 1, 2, 3, 4 or 5. Below is the table of salary increases for the employee classifications. Employee Classification Salary increase percentage
1 2.0%
2 3.5%
3 2.5%
4 3.0%
5 1.0%
Create a list in your program of the salary increase percentages. Classification 1 increase should be in index position 0, Classification 2 increase in index position 1, etc. Prompt the clerk to enter an employee number and performance rating. If his/her performance rating is E or S, then ask the clerk to enter base salary and classification. After determining the salary increase amount, display back to the clerk the employee’s number, current salary and new salary (old salary with percentage increase included). If the performance rating is a U, display a message that the employee will be on probation for a year.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 06:20, Masielovebug
In what kind of attack can attackers make use of millions of computers under their control in an attack against a single server or network availability confidentiality integrity identity automated attack software? those who wrongfully disclose individually identifiable health information can be fined up to what amount per calendar year? single most expensive malicious attack hipaa what are script kiddies? advanced persistent threat security manager security engineer what level of security access should a computer user have to do their job what process describes using technology as a basis for controlling the access and usage of sensitive data? cybercriminal
Answers: 1
image
Computers and Technology, 22.06.2019 19:20, SundaeSunday
Consider the following code snippet: #ifndef cashregister_h#define cashregister_hconst double max_balance = 6000000.0; class cashregister{public: cashregister(); cashregister(double new_balance); void set_balance(double new_balance); double get_balance() const; private: double balance[12]; }; double get_monthly_balance(cashregister bk, int month); #endifwhich of the following is correct? a)the header file is correct as given. b)the definition of max_balance should be removed since header files should not contain constants. c)the definition of cashregister should be removed since header files should not contain class definitions. d)the body of the get_monthly_balance function should be added to the header file.
Answers: 1
image
Computers and Technology, 23.06.2019 00:20, mmmmaaarriiieeee
The open systems interconnection (osi) reference model: defines standards for many aspects of computing and communications within a network. is a generic description for how computers use multiple layers of protocol rules to communicate across a network. defines standards for wireless local area network (wlan) communication protocols. details the advantages and disadvantages of various basic network cabling options.
Answers: 1
image
Computers and Technology, 23.06.2019 15:00, herchellann302
To check whether your writing is clear , you can
Answers: 2
You know the right answer?
Write a program to assist a human resources clerk in applying salary increases for employees. The cl...

Questions in other subjects:

Konu
English, 13.01.2021 18:50
Konu
Mathematics, 13.01.2021 18:50
Konu
Biology, 13.01.2021 18:50