Quiz#3
Next class, at the end of Recitation #7, I will give 5 of the following
10 questions. It will be close book, close notes.
- Check how much space you have left on your account.
(Disk quota)
- Check your file sizes.
- Remove the file called core.
- Compile your program doom.C
- Turn line numbering on in emacs.
- Write a for loop going from 1 to 10, including 10
- Write a for loop going from 10 to 1, including 1
- Write a while loop going from 0 to 9, including 9
- Write a do-while loop going from 9 to 0, including 0
- Write an if-statement that runs some_code() if N is even
