#1: The only user input will be through the command line arguments of myweather.pl. If the user fails to provide all required information, your program should exit with an appropriate error message.
#3: For computing the sum of the precipitation amounts, please notice that there are multiple readings within the hour and you should just take the highest reading. Also, T and N/A should all be treated as 0.00 values.
#1: The only user input will be through the command line arguments of myweather.pl. If the user fails to provide all required information, your program should exit with an appropriate error message.
ReplyDelete#2: The suggested way to verify that a given airport code is valid is to submit it as input to wunderground.com and inspect the results returned.
ReplyDelete#3: For computing the sum of the precipitation amounts, please notice that there are multiple readings within the hour and you should just take the highest reading. Also, T and N/A should all be treated as 0.00 values.
ReplyDelete