Project Assignment Instructions: You must use the names listed below for each program. This project will count towards your grade. It is very important that you follow the instructions very carefully. Problems: Page 244: problems 16, 18, 19. Page 298: problem 23. You could use the following text file as the input data file for problem 23 http://www.nd.edu/~yzhang10/20210/codes/Chapter6_2011/text You can use your own input data file, but the data file must have the name text. To submit your assignment, type 20210submit. Be sure your files are in the hw10 directory in your acms20210hw directory. The exercise file should be named in the following way before submission: FILES: ex10-16.cpp ex10-18.cpp ex10-19.cpp ex10-23.cpp DUE: Wednesday April 27, 2011 at 08:00am The data file text must also be copied from your hw10 directory to the homework 10 submission directory. Please use the following command under your hw10 directory in your acms20210hw directory: cp text /afs/nd.edu/coursesp.11/acms/acms20210.01/assignments/yourNetID/homework10 Important: REPLACE the "yourNetID" in the above command by your NetID !!! The homework assignment folder will be locked after the deadline and you will not be able to submit your homework after then. You may re-submit your homework at any time before the deadline: the old files will be replaced by the new files. !!! You should try hard to make your program compile. You will not receive a perfect score if your program fails to compile!!! Finally, use 20210submitted to check that the homework is correctly submitted. After the homework is graded, you can check your grades. To check your score, type 20210score. To see the graders comments, type 20210hw. To see the answers for this assignment follow the link anytime after it becomes available. If you wish you can copy it, compile it and run it.