C++ programming assignment #4

Two programs are due on Friday, June 30th:
  1. Page 211, Programming Project #4, Converting Length in feet and inches into equivalent length in meters and centimeters. Must use at least three functions (besides the main() one), as specified on page 211. One function for input, one function for calculating, one function for output. This program is an excellent review of parameters and chapter 4 concepts.

  2. Page 284, Programming Project #1, reading a file of numbers of type int and writing out the largest (maximum) value and the smallest (minimum) value of the set of numbers to the screen. This is a chapter 5 problem.