tazjiam5781 tazjiam5781 10-01-2024 Computers and Technology contestada Write a function called cube() that takes one number as a parameter and returns the value of that number raised to the third power. Test the function by displaying the result of calling your cube() function on a few different numbers.