Test Cases for Tutorial Problems


      Tutorial 8

      Question 1

      For the input file containing the following numbers:-

      10
      12
      16
      15
      19
      29
      32
      2
      5
      

      The mean value is 15.5555

      The largest number is 32

      The smallest number is 2

      Note: The mean is obtained by adding all the numbers together and dividing by the number of values.


      Back to Main Page for Lecture 8