Wednesday, November 7, 2007

REFLECTION QUESTION #32

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

A: The choices that I had to face during developing my solution are to choose between using for loop or while loop. I choose among them by asking myself if I know the number of repetition I want in advance or not, I knew the number so I chose for loop because it's used when I know the number of repetition.

No comments: