It has been observed by management that some faculty member at the university demonstrates a lackadaisical attitude toward teaching. They seldom go to class yet at the end of each month they receive full salary. Management has decided that GHs 200, 300, 400, and 500 will be deducted from a faculty’s salary if he/she offends once, twice, third time and forth time respectively in a month. This means that if a faculty member offends once in a month GHs 200 will be deducted, if a faculty member offends twice in a month, GHs 500 (i.e. 200+300) will be deducted, if a faculty member offends three times in a month GHs 900 (i.e. 200+300+400), will be deducted and if a faculty member offends four times in a month GHs 1,400 (i.e. 200+300+400+500). Assuming all faculty members are on a flat salary rate of GHs 2000. a. Write a program to request for the names of four faculty members and number times he/she has absented him/herself from class. One of them should have absented him/herself once, another twice, another three times and another four times. b. Using function overloading, define four functions namely absent1, absent2, absent3 and absent4 to perform the following. 1. absent1 should have two arguments (base salary and a variable X). declare an appropriate data type for X and initialize it to 200. Your function should return the base salary minus X when called. 5 2. absent2 should have three arguments (base salary and two variables X and Y). declare an appropriate data type for X, Y, initialize X to 200 and Y to 300. Your function should return the base salary minus the sum of X and Y when called. 3. absent3 should have four arguments (base salary and three variables X, Y and Z). declare an appropriate data type for X, Y, Z initialize X to 200, Y to 300 and Z to 400. Your function should return the base salary minus the sum of X, Y and Z when called. 4. absent4 should have five arguments (base salary and four variables X, Y, Z and K). declare an appropriate data type for X, Y, Z and K, initialize X to 200, Y to 300, Z to 400 and K to 500. Your function should return the base salary minus the sum of X, Y, Z and K when called   c. Display your results d. critically explains the logic behind the code

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Question 4
It has been observed by management that some faculty member at the
university demonstrates a lackadaisical attitude toward teaching. They
seldom go to class yet at the end of each month they receive full salary.
Management has decided that GHs 200, 300, 400, and 500 will be deducted
from a faculty’s salary if he/she offends once, twice, third time and forth
time respectively in a month. This means that if a faculty member offends
once in a month GHs 200 will be deducted, if a faculty member offends twice
in a month, GHs 500 (i.e. 200+300) will be deducted, if a faculty member
offends three times in a month GHs 900 (i.e. 200+300+400), will be deducted
and if a faculty member offends four times in a month GHs 1,400 (i.e.
200+300+400+500). Assuming all faculty members are on a flat salary rate of
GHs 2000.
a. Write a program to request for the names of four faculty members and
number times he/she has absented him/herself from class. One of
them should have absented him/herself once, another twice, another
three times and another four times.

b. Using function overloading, define four functions namely absent1,
absent2, absent3 and absent4 to perform the following.
1. absent1 should have two arguments (base salary and a variable X).
declare an appropriate data type for X and initialize it to 200. Your
function should return the base salary minus X when called.
5
2. absent2 should have three arguments (base salary and two
variables X and Y). declare an appropriate data type for X, Y,
initialize X to 200 and Y to 300. Your function should return the base
salary minus the sum of X and Y when called.
3. absent3 should have four arguments (base salary and three
variables X, Y and Z). declare an appropriate data type for X, Y, Z
initialize X to 200, Y to 300 and Z to 400. Your function should return
the base salary minus the sum of X, Y and Z when called.
4. absent4 should have five arguments (base salary and four variables
X, Y, Z and K). declare an appropriate data type for X, Y, Z and K,
initialize X to 200, Y to 300, Z to 400 and K to 500. Your function
should return the base salary minus the sum of X, Y, Z and K when
called

 

c. Display your results

d. critically explains the logic behind the code

Expert Solution
steps

Step by step

Solved in 5 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY