Design a flowchart and write the psuedocode for the following:
a. A program that prints every number from 1 through 10.
b. A program that prints every number from 1 through 10 along with its square and cube.
c. A program that prints numbers in reverse order from 10 down to 1.