I am trying to do some simple division and I am having a problem with floats. I'm not sure where the problem is but I think in here.
float A4[maxArray] = {0.0, 0.0, 0.0, 0.0, 0.0};
float lot[maxArray]= {0.0, 0.0, 0.0, 0.0, 0.0};
A4[1] = (num_blk1/tries1);
A4[2] = (num_blk2/tries2);
A4[3] =...