Thursday, October 9, 2008

Loop 2


What is output to the console screen after running the following program? Post a comment to this blog with your answer.

Loop ?

What is output to the console screen after running the following program? Post a comment to this blog with your answer.




.

Tuesday, October 7, 2008

Brake Check

I know that I've been teaching kind of fast with this C++ business. I'm going to slow up a bit and spend a few days reviewing what we've covered so far.


.

Monday, October 6, 2008

Here's PI

Here's PI

Fibonacci Solution

To start off the week, I'm going to write the code from last week's assignment.

I'll then write a similar program for calculating Pi. We'll need this info...


.