Friday, November 30, 2007

REFLECTION QUESTION #44

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

A: The choices that I face during coding my program are to choose between using || or && in the condition statement in loop. I chose to choose || because by using && it's make the statement either always true or always false which is not what I want and so || would be a better choice.

No comments: