Wednesday, September 26, 2007

What progress did you make today on your solution? What needs to be completed next class?

I finished the name that celebrity program and turned it in. YAYAYYAYAYAYAYAYAYAYAYAYYAYAYAYAYAYAYAAY.
Tomorrow, I'll continue working on the new math assignment.

Tuesday, September 25, 2007

What progress did you make today on your solution? What needs to be completed next class?

I finished all the String bookwork today. Yay. Isn't that cool? Yeah. It is.
Tomorrow I have to finish the celebreities program.

Sunday, September 23, 2007

Scored on 9/23/07. Check edline for grade posting tomorrow evening.

Friday, September 21, 2007

What progress did you make today on your solution? What needs to be completed next class?

I am now 2/3 finished with the Blue Pelican Textbook exercies. Next class (or in this case at home) I will finish this lesson and study for the quiz Monday.

Thursday, September 20, 2007

What progress did you make today on your solution? What needs to be completed next class?

I finished graphing the car problem today, and have already finished the math operators worksheet. Tomorrow I will finish the Blue Pelican Textbook problems.

Wednesday, September 19, 2007

Are there any specific tips you would give to someone else tackling the same problem? How would...

There aren't really any problems. For expressions, including those with modulo can all be solved using the Google calculator.

Monday, September 17, 2007

What progress did you make today on your solution? What needs to be completed next class?

I drew a kitty on the screen. It was fun. Next class we will learn about types of variables.

Sunday, September 16, 2007

Score thru 9/14 6/4

YOU STILL NEED TO MAKE UP QUIZZES!

Friday, September 14, 2007

Provide yourself an example (not one from your instructor) of how you use a particular command that...

System.out.print();

This command prints anything to the screen (in a console-like output).

It can be used to print a string "like normal text" or the answer to a mathematical problem 5*5 or almost anything.

Wednesday, September 12, 2007

What progress did you make today on your solution? What needs to be completed next class?

I used the move() function while the marker was down instead of up to complete the last two problems on the drawing introduction sheet. Next class I will continue working on my house, for which I already have a plan.

Tuesday, September 11, 2007

What progress did you make today on your solution? What needs to be completed next class?

I completed my smiley this class and started to connect the two lines (A and B) in #4. I will use the up() and down() functions to do this.
Scored through 9/10 (2/2 pts)

Thursday, September 6, 2007

OK - you're linked!

Provide yourself an example (not one from your instructor) of how you use a particular command that...

The command to print things on the screen using a console output is

System.out.print("Message");

when put in the Main() argument.