Question: Assignment: 1. Create a Raptor program that allows the user to enter a number. Compute the cube of each number from 1 to the entered

 Assignment: 1. Create a Raptor program that allows the user to

Assignment: 1. Create a Raptor program that allows the user to enter a number. Compute the cube of each number from 1 to the entered number. In a loop, the program should compute the cube of each number and the sum of the cube of each number. Output should be the sum of the cubes, For example if the user enters 3, the computer would sum 1 X 1 X1+ 2 X 2X 2 + 3 X3 X 3 in the loop. The output would be 36. Save your file using the naming format LASTNAME_FIRSTNAME_MO5- 1. Turn in your file by clicking on the Start Here button in the upper right corner of your screen. 2. Create a second Raptor program that allows the user to continuously enter numbers until the user enters O Output the sum of the numbers. Save your file using the naming format of LASTNAME_FIRSTNAME_MO5- 2. Turn in your file by clicking on the Start Here button in the upper right corner of your screen. Documentation is very important for this course and in the field. For all Raptor and all programs, an expectation is that comments will be incorporated into all assignments. For this assignment only the header comments will be required. Both header comments and step comments are encouraged as it will help for logic to be better, Header comments should include the following: . Name of the Raptor program . Author of the Raptor program . Version of the Raptor program and the date of its last revision . Summary/goal of the Raptor program . Variables used with a short description of the variable, as well as the format of the data (e.g. datatype)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!