Homework assignment number 0 Instructions: You must use the names listed below for each program. This homework will count towards your grade. The purpose is to help you familiarize with the procedure for submitting homeworks, getting homework scores. It is very important that you follow the instructions very carefully. For homework0, 1) Setup your account by following the instruction in the lectures and on the web. 2) Download or copy the file ex0-1.cpp from the following site, to your own computer: http://www.nd.edu/~yzhang10/20210/homeworks/hw0/ex0-1.cpp 3) Change the "Hello world" to "Go Fighting irish" in this C++ code ex0-1.cpp, then compile it by using the instructions from the lecture. 4) Put it to your hw0 directory inside your own acms20210hw directory in your AFS account. To submit your assignment, type 20210submit in the correct directory (hw0 for this homework) created in the account setup process. This exerciese should be named in the following way before submission: FILES: ex0-1.cpp DUE: Friday Jan 28, 2011 at 8:00 am The homework assignment folder will be locked after the deadline and you will not be able to submit your homework after then. 5) 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 does not compile!!! Next use 20210submitted to check that the homework is correctly submitted. 5) To check your score AFTER it is graded by the grader several days AFTER the due date, type 20210score. You should see ex0-1.cpp: 10 The score 10 indicates that your answer to the problem is perfect.