Question: 1)Sum of Cubes 6 points Write an algorithm and program that shows the cubes of the whole numbers from 1 to 10. Keep track of
1)Sum of Cubes 6 points
Write an algorithm and program that shows the cubes of the whole numbers from 1 to 10. Keep track of the sum of the cubes each time through the loop and show the total at the end of the loop.
2) Multiplication Table 4 points Write a program that uses a nested loop to display a multiplication table for the whole numbers 1 10. Note: No algorithm is needed for this exercise.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
