Friday, December 21, 2007

WHAT DID I ACCOMPLISH?!?!



ICESCAPE

http://onemorelevel.com/games.php?game=641
http://onemorelevel.com/games.php?game=641
http://onemorelevel.com/games.php?game=641

PLAY IT
PLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYITPLAYIT
PLAYITPLAYIT

Wednesday, December 19, 2007

SIX

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

Today i finished the first gui exercise and started the second one. So tomorrow Im going to have to finish the second exercise and the third. Yep

Monday, December 17, 2007

Q1

What problems did you encounter while developing your solution? How do you plan to overcome
them?/How did you overcome them?

I encountered 20 problems on the javaBat website. And then I did them all because they weren't very hard.

Wednesday, December 12, 2007

QQ##33

How did you go about testing your program? What were the results of that testing?

I had the program output the number of syllables, words, and sentences for each file i tested, so i could determine which of the three categories had an incorrect value. Apparently it was mainly syllables, but on the complex file it got too many syllables, and on the simple file it got too few. So I'm not sure what I did wrong or how to fix it. But I did find out that there is a problem, and thats the first step to solving it. yay!

Tuesday, December 11, 2007

Question 1

What problems did you encounter while developing your solution? How do you plan to overcome
them?/How did you overcome them?

At first every text I ran was recieving a score that was way too high, and I couldn't figure out why. But then I realized that I left out one of the rules, so I'm gunna have to do that tomorrow or something.

Monday, December 10, 2007

Question 6

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

I wrote most of the code to count up the syllables, words, and sentences. But there is something wrong with one of them, so it gives me an incorrect index. So next class I'm going to have to fix that.

Friday, December 7, 2007

KWESJUN TOO

What choices did you face in developing your solution, and how did you choose among them?

I Choose:

Wednesday, December 5, 2007

q3q3q3q3q3qq3q3q3q3q3q3q3

How did you go about testing your program? What were the results of that testing?

I tested my program by entering different file names and such for the input and output files. For the output files, if the file didnt exist, it simply created the file of that name. For the input, if the file didnt exist, it would show an error message. And some other stuff happened probably

Tuesday, December 4, 2007

Question 6

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

Today I finished writing all the programs, and took the screen shots, so next class I just need to comment my code and turn it in. yay!

Monday, December 3, 2007

QUESTION 111111111

What problems did you encounter while developing your solution? How do you plan to overcomethem?/How did you overcome them?

In the combination program, I didn't know how to copy the file onto the bottom of the output file, so every time there was a new input file, it would replace what was already in the output file. So I'm going to try to figure out how to not affect whatever is already in the output file.