(Latest Revision: Wed Apr 29 22:32:04 PDT 2015 ) typescript

typescript


Script started on Wed Apr 29 22:21:59 2015
lucifer.local>> cat data01.txt
51 51 56 59 60 61 62 64 66 67 67 72 74 79 79 79 81 85 86 92 93 95 95 95 95 96 98 99 99 100 100
lucifer.local>> a.out

Enter the filename for the input: data01.txt

Enter the filename for the output: output01.txt

The data is:
   51	51   56   59   60   61	 62   64   66	67   67   72   74   79	 79   79
   81	85   86   92   93   95	 95   95   95	96   98   99   99  100	100

The median value is: 79

lucifer.local>> cat output01.txt

The data is:
   51	51   56   59   60   61	 62   64   66	67   67   72   74   79	 79   79
   81	85   86   92   93   95	 95   95   95	96   98   99   99  100	100

The median value is: 79

lucifer.local>> cat data0.2.txt
0 0 3 4 4 4 6 7 7 8 9 12 16 17 17 17 18 19 19 19 20 20 23 23 25 26 26 28 29 30 30
lucifer.local>> a.out

Enter the filename for the input: data02.txt

Enter the filename for the output: output02.txt

The data is:
    0	 0    3    4	4    4	  6    7    7	 8    9   12   16   17	 17   17
   18	19   19   19   20   20	 23   23   25	26   26   28   29   30	 30

The median value is: 17

lucifer.local>> cat output02.txt

The data is:
    0	 0    3    4	4    4	  6    7    7	 8    9   12   16   17	 17   17
   18	19   19   19   20   20	 23   23   25	26   26   28   29   30	 30

The median value is: 17

lucifer.local>> exit
exit

Script done on Wed Apr 29 22:24:02 2015