@ -17,4 +17,9 @@ return 0;
}
// Function to calculate the cube of a number
float cube(float x) {
return x * x * x;