Thursday, 22 October 2009

Pseudo Code for the multiplication Javascript

1. Set the variable count to zero
2. Set the variable sum to one
3. while the count is less that five do the following
4. add one to the value of count
5. make the new value of sum equal to its last value multiplied by count

No comments: