Using this code:
Fees = ovrh + (wr * z);
I am getting the following error:
error C2440: '=' : cannot convert from 'double' to 'float [6][3]'
Fees, ovrhd, wr and z are all declared as float. I believe if I can figure out what the problem is, I will have a functioning program. After several days straight of this program, I believe that I may be forgetting something basic.