0
/ 50
Given a decimal number called input
, calculate the cube of this number. Store the result in the decimal variable called myCube
.
Given a decimal number called input
, calculate the cube of this number.
Store the result in the decimal variable called myCube
.
Your feedback will appear here when you check your answer.