Due: part A due 9/20, part B due 9/23, part C due 9/27 2 points per problem Put files in directory: ~/HW/lab08/ Correct working versions are in my HW/lab08/ directory. I'll put a demo video up tonight or tomorrow. Part A: Problem 1 from programming assessment 1 - http://cs.indstate.edu/info/files/programmingAssessmentSample.pdf and programming assessment 2 - http://cs.indstate.edu/info/files/programmingAssessmentSample2.pdf Use file names: programming assessment 1, problem 1 - lab08_1_1.c programming assessment 2, problem 1 - lab08_2_1.c Note - you must use a loop for both. No strings allowed. lab08_2_1 - use %3d for printf Part B: Problem 5 from the programming assessments Use file names: programming assessment 1, problem 5 - lab08_1_5.c programming assessment 2, problem 5 - lab08_2_5.c Note - you must give the function and then use it from within main. For both print 0x in your printf lab08_1_5 - use %x with scanf and printf, can type something 4 bytes lab08_2_5 - can type something 8 bytes Part C: Problem 2 from the programming assessments Use file names: programming assessment 1, problem 2 - lab08_1_2.c programming assessment 2, problem 2 - lab08_2_2.c For these, don't print anything except what the problem asks for. See CLASS/memorize/scanFile.c