- Are you going to Argonne?
- Yes, because I like fun and learning.
- No because I want to fail the class.
- Write me a program that produces a file of EXACTLY 100,000 bytes.
- 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
- Write me a program that erases it's own source code. Please
don't be stupid and lose your source code.
- Why should you go to Argonne
- See a nuclear accelorator.
- See a huge computer installation
- Learn from lots of talks
- Meet students from other schools
- A chance to explore Chicago.
- I'm not going because I'm weak.
- 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.
- Is it legal for a C++ compiler to use chars stored in 4 bytes and
floats stored in 2 bytes?