Monday, December 10, 2007
Friday, December 7, 2007
Tuesday, December 4, 2007
Monday, December 3, 2007
Friday, November 30, 2007
Thursday, November 29, 2007
Wednesday, November 28, 2007
Tuesday, November 27, 2007
Sunday, November 25, 2007
Monday, November 19, 2007
Wednesday, November 14, 2007
WHAT PROGRESS DID YOU MAKE TODAY ON YOUR SOLUTION???
TODAY I STARTED THE PARALLEL LINES PROGRAM. TOMORROW I NEED TO FIND A BETTER WAY TO CALCULATE THE OFFSET!!!
Thursday, November 8, 2007
Wednesday, November 7, 2007
Tuesday, November 6, 2007
What progress did you make today on your solution?
TOday I learned about do-while loops and I finished the ITC lessons from yesterday. Tomorrow I will do the BPJ work.
Friday, November 2, 2007
What progress did you make today on your solution?
Today, we learned about loops and iteration. The loops in java are the same as the loops in C++. The three types of loops are for, do while, and while. While and do while loops repeat until a criteria is met, while for loops repeat absed on a number of times you set.
Thursday, November 1, 2007
Scored through 10/31. All blogs from this point forward are second marking period.
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************
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++.
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.
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
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.
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.
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.
Tomorrow I have to finish the celebreities program.
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
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.
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.
Thursday, September 6, 2007
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.
Subscribe to:
Posts (Atom)