Thursday, September 4, 2008

Honestly, Basics Review

Like I was saying, to startoff, we're going to review what we've covered thus far.

We'll be kinda following the tutorial linked in yesterday's blog.

With any luck, we'll be through control structures before your test next week.


.  

Wednesday, September 3, 2008

Basics Review

We're going to spend some time today reviewing what we've learned so far...

I'm going to use an online tutorial to do this...

Check the Links section for more tutorials.



.

Age Program

We're continuing on with the program from yesterday. The pseudocode is up on the board still. You shouldn't have any problems getting finished by the end of class.

Make your program as complete and neat as possible. Make your actual code as clean and neat as possible. Make yourself as clean and neato as possible. Make me a sandwich.

Upload your CPP file when you're done. Make sure that you provide a description for your file; otherwise, I end up with a zillion files named main.cpp.


.

Monday, September 1, 2008

Data...

Answer the following in a comment to this blog:

What variable type should be used to store the following:
  1. The number 3
  2. The letter 'p'
  3. The number 5.775
  4. The word 'fajita'
When a user is 'prompted' for information, what 2 c++ commands are used?

Why is a rabbit as it spins?


.