How to rewrite this part of code using FOR LOOPhere what I am done so far, but I can't figure out how can "pick " corect value for X..[code] //Pro...
How to rewrite this part of code using FOR LOOPHello, I can't figure out how to rewrite this part of code by for loop? [code] //Project 2...
I can't calculate optimum number of Technicians? What is the program supposed to do? What have you done up to now? Where do you have problem? 1. ...
I can't calculate optimum number of Technicians? I can't calculate optimum number of Technicians to hire, I tried many time,I changed formulas a lot...
Why it can't find max value?Then read only 5 numbers. You can do it by modifying for(i=0;i<=4;i=i+1) to for(i=0;i<4;i=i+1). Than...