| /15 | Program header (includes name, e-mail ID, and purpose) |
| /10 | Good commenting and use of whitespace |
| /10 | Variable declaration (good names, proper initialization, etc.) |
| /10 | Print out an appropriate legend |
| /10 | Input is echoed to the screen |
| /10 | Prints out the wind chill in BOTH Celsius and Fahrenheit (in integer format) |
| /5 | Proper use of Scanner for the input stream |
| /10 | Properly prompts user for temperature and wind velocity |
| /10 | Properly computes the wind chill temperature in degrees Fahrenheit |
| /10 | Properly converts the wind chill temperature to degrees Celsius |
| | |
| /100 | Total |