previous | start | next

Problem

Read dow jones stock closing data from a file (1895 to 2005) then be able to provide the closing average for any input date.

  1. What if the date is before 1895 or after 2005?
  2. What if the date is in the range 1895 to 2005, but was a weekend date or a holiday?


previous | start | next