Script started on Tue Jan 29 13:51:58 2002
hermite 65% g++ exfunc.cpp
ld32: WARNING 84: /usr/lib32/libm.so is not used for resolving any symbol.
hermite 66% a.out
Testing readVal

Enter an integer: 
4

You entered: 4
Testing readVec

Enter the number of elements: 
3

Now input  the entries in the vector:
1 2 3
1 2 3 
Testing readArray

Enter the number of rows: 
3
Enter the number of columns: 
2

Now input  the entries in the array:
1 2
2 3
3 4
hermite 67% exit
exit

script done on Tue Jan 29 13:52:34 2002
