Which of these statements are true about functions?

They're sequences of statements that belong togetherThere are built-in and custom functionsThey have to return valuesThey have to use parameters

Sweet! Functions are sequences of statements that belong together. Also, we can use built-in functions or define custom functions.

Almost! Functions are sequences of statements that belong together. Also, we can use built-in functions or define custom functions.