I'm using Quincy for a computer programming class and its an internet class. I'm having the hardest time doing this project:
*Create a math table which displays a series of numbers, the squares of the numbers and the
cubes of the numbers. The program should prompt the user to enter 2 values which will be the
beginning number for the table and the ending number for the table. After that a loop should be
used to display each number in the series, the square and the cube of that number as shown for
4 to 7 below. The loop should begin at the first number entered by the user and end with the last
number entered by the user.*
Can someone please help me out or atleast point me in the right direction? I have no clue how to do this!
*Create a math table which displays a series of numbers, the squares of the numbers and the
cubes of the numbers. The program should prompt the user to enter 2 values which will be the
beginning number for the table and the ending number for the table. After that a loop should be
used to display each number in the series, the square and the cube of that number as shown for
4 to 7 below. The loop should begin at the first number entered by the user and end with the last
number entered by the user.*
Can someone please help me out or atleast point me in the right direction? I have no clue how to do this!
Comment