Monday, February 4, 2013

Clarifications to assignment #1

Please see the comments of this post for important clarifications to assignment #1.

3 comments:

  1. #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. #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. #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

Note: Only a member of this blog may post a comment.