Due: Wednesday August 23 by 11:59pm. ** I won't grade it until tomorrow afternoon, at the earliest Points: each problem is 1 point, all or nothing for each ** Checkpoint ** - Must be complete 100% correct by Tuesday August 29 when class starts to pass the class. Everything should be done within your cs202xy account. 1. Login with your cs202xy account, use passwd to update your password, use chfn to put your correct name as your name. 2. Use chfn to put your ISU email address in as your "Home Phone". Check it by typing finger cs202xy, where you replace cs202xy with your cs202 login. 3. Create directories ~/HW, ~/QUIZ, ~/EXAM 4. In your ~/HW/ directory, create a file lab01_hello.c that is a C program which simply prints "Hello World.\n" (without quotes, case-sensitive). Use printf. 5. In your ~/HW/ directory, create a C file lab01_count.c that uses a for loop and printf to print the integers from 1 to 20, one per line. Use one printf statement and a for loop. 6. Sometime before due, go to unix lab and login with your cs202xy account.