I'm currently struggling a bit on this question. I tried induction on the number of parameters.
Induction.
Start $n=0$:
Let $f$ be a boolean function with $0$ parameters.
2 Cases: $f()=0$ or $f()=1$
For case 1 we have a formula like $a \land \lnot a$
Case 2 formula $a \lor \lnot a$
Now the induction step is where i am struggling:
$f(x_1,x_2,...x_n,x_{n+1})=1$ or
$f(x_1,x_2,...x_n,x_{n+1})=0$