Question: V. (20 points) Use a loop: Write the C++ code that prints out the numbers from 1 to 100 and their squares (the number

V. (20 points) Use a loop: Write the C++ code that prints out the numbers from 1 to 100 and their squares (the number raised to the 2 power) and cubes (the number raised to the 3rd power). Your output should be: 1 1 1 248 3 9 27 4 16 64 etc.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
