A piecewise function is defined by different formulas depending on which range the input falls into. Here, $f(x) = 3 - x$ applies when $x \leq 0$, and $f(x) = x^2 + 2$ applies when $x > 0$. Since we want $f(-3)$ and $-3$ is less than $0$, only the first rule can be used. Let's check what each option would require.
Because $-3 \leq 0$, the rule $f(x) = 3 - x$ is the one that governs this input, and it gives $f(-3) = 6$.
Let's summarize:
So the value of $f(-3)$ is 6.