SUBMIT: 1. Each program should be written and compiled in its own directory titled 'ex1', 'ex3', etc. (It should be clear from the assignment what to name your directories). 2. Create a transcript of you running each of your programs. The file should be called ex1.script, etc. and should be located inside the directory for that exercise. 3. Make a directory called username.week1 which contains all of your exercise directories. 4. Zip up the directory and put it in my dropbox. (If you want to use the command line use %>tar -czvf username.week1.zip username.week1) When I unzip your file it should 'explode' into a directory tree like the following: bfranke.week1/ ex1/ ex1.c ex1 ex1.script ex3/ ex3.c ex3 ex3.script ex12/ ... etc. The c files can be called whatever you want, but the script files must adhere to the naming convention. (Reason: I'm mostly going to be looking at your transcripts. I'll look at your code if I'm looking for something in particular).