//Program climateAnalysis.c //Name: //Date: /* I certify that I have not received any help with this program that violates the guidelines detailed in the first day handout for this class. */ int main(void) { //Your code goes in here return 0; }