In the function heading below, what data type must the varia…
In the function heading below, what data type must the variable Name be?: function call: result = calcPay (hours, rate, OTrate, deductions, Name); function heading: double calcPay (double R, float OTR, int Ded, string Emp)
Read Details