Lab 11

2010_F18/wk11/lab11.txt

Copy the following lab11.cpp to your directory and compile the program.
wget http://www.cs.csubak.edu/~derrick/cs2010/Labs/lab11.cpp
g++ lab11.cpp
Run the executable and pipe the output to lab11.txt file
./a.out > lab11.txt
Open another terminal and log in. Open lab11.cpp with vi in one terminal and lab11.txt in the other.
In lab11.cpp, there are a series of questions for each part. In lab11.txt, you will label the question number and answer accordingly beneath the output of each part. You must use full complete sentences for each answer.


Show me your completed file or submit via directory:
2010_F18/wk11/lab11.txt