Problem: Write a program segment which assigns bonuses to workers based on the following criteria, • If a person is a pe

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Problem: Write a program segment which assigns bonuses to workers based on the following criteria, • If a person is a pe

Post by answerhappygod »

Problem Write A Program Segment Which Assigns Bonuses To Workers Based On The Following Criteria If A Person Is A Pe 1
Problem Write A Program Segment Which Assigns Bonuses To Workers Based On The Following Criteria If A Person Is A Pe 1 (155.18 KiB) Viewed 54 times
please help to write c++ program for the above question.
Problem: Write a program segment which assigns bonuses to workers based on the following criteria, • If a person is a permanent worker, he will get 5 months bonus if his length of service is more than or equal to 10 years, 3 months bonus if his length of service is more than or equal to 5 years but less than 10 years, 1 month bonus if his length of service is less than 5 years. • If a person is a temporary worker, he will get half-a-month bonus if his length of service is more than or equal to 2 years, else he is not entitled for bonus. If the person is a contract worker, he will get half-a-month bonus if his length of service is more than or equal to 5 years, else he is not entitled for bonus.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply