Write an application that prints the sum of cubes


Write an application that prints the sum of cubes. Prompt for and read two integer values and print the sum of each value raised to the third power. 

SPECIFICATION OF PROMPTS, LABELS AND OUTPUT:Your code should use these prompts: "integer1: " and "integer2 ".The prompts should not force the user to type the required input on the next line. After all the inputs are read, the output should consist of a single line consisting of the label "the sum of the cubes of these numbers is:" followed by your calculated value. For example:
integer1: 3
integer2: 5
the sum of the cubes of these numbers is: 152

SPECIFICATION OF NAMES: Your application class should be called CubeSum

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write an application that prints the sum of cubes
Reference No:- TGS0112108

Expected delivery within 24 Hours