1. Are you going to Argonne?
    1. Yes, because I like fun and learning.
    2. No because I want to fail the class.

  2. Write me a program that produces a file of EXACTLY 100,000 bytes.

  3. Write me a program that prints the numbers 1 .. 20 in normal style and their reciprocals in scientific notation.  These numbers should be in nice formated columns.
       1         1.0e+00
       2         5.0e-01
       3         3.3333333e-01

  4. Write me a program that erases it's own source code.  Please don't be stupid and lose your source code.


  5. Why should you go to Argonne
    1. See a nuclear accelorator.
    2. See a huge computer installation
    3. Learn from lots of talks
    4. Meet students from other schools
    5. A chance to explore Chicago.
    6. I'm not going because I'm weak.

  6. Write me a program that reads from the keyboard.  Every time I enter a line, it should tell me how many chars were in that line.

  7. Is it legal for a C++ compiler to use chars stored in 4 bytes and floats stored in 2 bytes?