Question: Given the global constant and the prototype write the function definition for calStatus. const NUMEMP = 20; // Calculates Bonus for >= 500 weekly pay
Given the global constant and the prototype write the function definition for calStatus.
const NUMEMP = 20;
// Calculates Bonus for >= 500 weekly pay or Regular for < 500 weekly pay
void calStatus(const double total[],string status[]);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
