Monday, December 10, 2007

TODAY I CONTINUED THE FLESCH READABILITY PROJECT. IT DID STUFF, MOST OF IT BAD.

Friday, December 7, 2007

Today I continued the Flesch Readability Index. I am done with words and sentence counting.

Tuesday, December 4, 2007

Today I finished the Files assignment. I did the concatenation class and the search class using contains. Tomorrow I will do nothing.

Monday, December 3, 2007

Today I learned how to input and output to and from files. I started the concatenation class and will finish it tomorrow.

Friday, November 30, 2007

I finished the StringUtil programs and turned them in with all the other assignments that have been laying around my computer.

Thursday, November 29, 2007

TODAY I worked on the 58 pig latin class. It works for single words, even if they're capitalized! Tomorrow I'll try multiple words.

Wednesday, November 28, 2007

Today I used the String class to finish the pallindrome section. Tomorrow I will work on the pig latin and shorthand sections.

Tuesday, November 27, 2007

Today I started the StringUtil project. I finished the String reversal method and started the pallindrome checking method.

Sunday, November 25, 2007

Scored thru 11/25 (20 pts possible) - see Edline for your score tomorrow evening.

Tuesday, November 20, 2007

Today I did nothing. I finished working on the game project yesterday.

Monday, November 19, 2007

Today, I finished the boardgame program. It does not have graphics yet, so I may add them for bonus points.

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

Today I completed all of the pictures assignment. This assignment was the first that required a lot of thought to do. Tomorrow I will do the grades assignment.

Wednesday, November 7, 2007

Today, I finished lesson 11 and 12 in the Blue Pelican Java textbook, which had to do with while and do while loops, as well as for loops.

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++.

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.

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.