I am \'obviously\' just learning programming and I can\'t seem to figure out what to do in order to get rid if this error. The error is on the second to the last line - the
You have an extra parenthesis here:
double windChill = ((( ^
either remove that or add a ) at the end.
)