Sunday, November 25, 2007

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

Wednesday, November 14, 2007

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

The choices I had to make while developing my solution were either doing the code in main or using a class. Also I had to choose if I should use .contain or substring. I chose to do it in main and used .contain for my Grades program.

Tuesday, November 13, 2007

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

I took some time to piece out everything and also asked a friend. After I did that, I typed in the code and played around with it and it worked :D

Monday, November 12, 2007

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

I had trouble doing the pyramid since i didn't know how to put together the spaces and stars. I plan to come in today?

Friday, November 9, 2007

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

The choice I needed to make in developing my solution was how to solve the problem. Many people chose between if and for loops. I didn't know which one would work, so I ask Ms.Petr.

Thursday, November 8, 2007

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

For the first problem, I didn't know how to show the products when making the multiplication table. I first played around with it but that didn't help, so i asked the teacher.

Wednesday, November 7, 2007

5. Provide yourself an example (not one from your instructor) of how you use a particular command that
will help jog your memory in the future when you need that command again. You must provide a little
code as well as a written explanation with this one.
When using continue, the program skips everything in that loop and moves on to the next part :D.

Tuesday, November 6, 2007

6. What progress did you make today on your solution? What needs to be completed next class? Today we learned about do while loops. They always happen at least once. Tomorrow the bpj has to be done and the web lessons.

Friday, November 2, 2007

Discuss some specific examples in which you might use iteration.

You could use interation when you make a program for a game. When someone reaches a certain amount of money. The loop will end and the game will stop. Also iteration can be used when you need to use a variable and instead of typing in the number, you could use a loop.

Thursday, November 1, 2007

Scored through 10/31. All blogs from this point forward are second marking period.
*****************************************************************************************************************************************************************************************************************************************************************************************************************************************