Question: Programming language is C++ 7-1 Code #include using namespace std; float round(float num) { float value=(int)(num*100+.5); return (float)value/100; } int main() { cout>pay_rate; cout>hours; cout>emp_code;
Programming language is C++
7-1 Code
#include 
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
