What do the braces
{
and
}
do?
They mark the code block that belongs to the function
They indicate what code the function should skip
They mark the code block that belongs to the function.