What kind of function do I need to used to change an employee's salary when given the old salary of the employee and the amount of increase for that employee (parameters).
(i.e. function with no return value and no parameter, function with no return value and call-by-value parameters, function with no return value and both call-by-value and call-by-reference parameters, or a function with return value and parameters, etc.
Thank you Much