Question: 5. Given: float rate; double gross; int hours; What is wrong with: if (rate == 14.60) gross = hours * rate; language c++
5. Given: float rate; double gross; int hours;
What is wrong with: if (rate == 14.60) gross = hours * rate;
language c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
