Question: Write a Little Man Computer program that prints out the partial sums of the odd values from 1 to 29.
1. The output should consist of partial sums of the series
1, 1+ 3, 1 + 3 + 5, 1 +3 + 5 + 7....
2. Use the concepts of the Little Man Computer.
3. No input instruction is required in the program.
4. What do you notice about the output results that are produced by this program?