Little Man Computer program that prints out the partial sums of the odd values from 1 to 15.
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 introduced in Lecture 4 only.
3. No input instruction is required in the program.
4. What do you notice about the output results that are produced by this program?
5. Use only the executable LMC1.exe (provided with Tutorial 4) to test your program.