Program will not compileUse pow like this: [code] windChill = 35.74 + (0.6125 * T) - (35.75 * pow(V, 0.16)) + (0.4275 * T *...
Repeating a functionYou don't need to seed your random number generator in each iteration of your for-loop. You can init...
This user does not accept Private Messages