Sunday, August 14, 2011

Write a pseudocode algorithm to print the numbers from 1 to 10?

Write a pseudocode algorithm to print the numbers from 1 to 10, and then from 10 to 1, using exactly one loop. (Try using an if statement inside the loop.)

No comments:

Post a Comment