Wednesday, October 24, 2007

What progress did you make today on your solution?

Today I finished the CheckMail class, and started working on the Selection Statement program. I learned that in Java, two strings cannot be compared with ==, they must use String.equalTo(String2).

Tuesday, October 23, 2007

What progress did you make today on your solution?

I am halfway through the CheckMail class and will finish it tomorrow. The if statements in Java are very similar to those in C++.

Sunday, October 21, 2007

Scored through 10/18. Check Edline for scores on Monday evening.

Thursday, October 18, 2007

What progress did you make today on your solution?

Today I learned about the printf function which is extremely useful for formatting numers and more. Compared to c++'s iomanip, printf is much easier to use. I started the grocery list project and will finish it monday.

Wednesday, October 10, 2007

WHat progress did you make on your solution?

I finished all the classes assignments, and am free to do whatever I want tomorrow. I need to remember to capitalize certain commands, like System.out...

Monday, October 8, 2007

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

I wrote the class and driver class for SavingsAccount today. Tomorrow, I will write the RockPopulation an possibly the SimpleCalculator class.

Sunday, October 7, 2007

Scored through 10/5. Check edline for updated grades on Monday evening.

Thursday, October 4, 2007

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

I started writing the rectangle class. The DrawingTool class doesn't like being alone, so it needs to be placed in the constructor method, where it won't be so lonely.

Tuesday, October 2, 2007

Especially For You

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

I FINISHED THE MPG ASSIGNMENT YAY. That was a very confusing assignment, and was not useful at all.

Monday, October 1, 2007

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

I learned about constructors, accessors, and classes in general. Next class, I'll work on the project for classes.