Mark Tucker <mark@tucker.net>
Last modified: Sun Sep 13 21:00:02 EDT 2015 CIS 2279 Homework Assignment #05

CIS 2279 Homework Assignment #05

Due Mon Sep 26, 2016

    Create a perl script named lab05.pl. The script must perform the following:
    1. Read the file /mnt/homes/CLASSES/CIS2279/LAB05/logger.csv.
    2. Create a loop where the user is prompted to enter a julian date until they enter "q" to quit.
    3. For the julian date entered select data lines from the logger.csv file.
    4. For any selected line calculate the wind chill. Do not calculate wind chill where the wind speed is less than 1mph.
    5. Determine the lowest wind chill value for the date selected. (max/min code example here.)
    6. Print out the wind chill value in Fahrenheit and Celcius to the screen with some descriptive text.
    Other information:
    solution

    last updated: 22 Sep 2016 14:58