Question: Write a void function that when given an int hours, a double pay rate and a double pay displays the information to 2 decimal places.
Write a void function that when given an int hours, a double pay rate and a double pay displays the information to 2 decimal places. Use the following prototype.
void showResults(int,double,double);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
