Computer portion, 20 points total. 1) 5 points. -1 spelling/capitalization/etc. mistake -1 wrong content in file -3 directory created rather than text file. 2) 5 points. -1 compiled program has wrong name -2 no compiled program -2 no answer copy/pasted into text file -1 slightly wrong-ish answer pasted into text file 3) 5 points. -1 very close to getting it right, file compiles okay. -1 File asks for name every time in the loop, otherwise correct. -5 no changes made to file, or changes made seem to be at random or look like gibberish. -1+ file does not compile. 2/5 small error makes file not compile, there was something there that would have been part of the solution. 3/5 file compiles okay, and had something that would have been part of solution. Common mistake: declaring a char or int to read in text information from the user. If you need to read in text, you need to declare a string. 4) 5 points. -1 compiled file has wrong name. -5 no changes made to file, or changes made without fixing the mistake that was there. -1 syntax error was fixed, but in doing so another minor syntax error was created.