Question: Write a program that will calculate the cube of a number. Do this by writing a user defined function that returns the cube of the value passed to it. Print out the results from main.
Can you implement a program that find the cube of any number?