A pseudocode program contains the following function definition:
Function Integer cube(Integer num)
Return num * num * num
End Function
Write a statement that passes the value 4 to this function and assigns its return
value to the variable result.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here