We see that the prase is compounded by the negation of r and q (~r and ~q), and with the following structure:
If the food is not good, I won't eat too much
If ~r then ~p
Represented symbolically as:
~r -> ~p
We can build the truth table:
r p ~r ~p ~r->~p
T T F F T
T F F T T
F T T F F
F F T T T
This, recalling that in the conditional (->), the statement is false only when the first part is true and the second false.
Then, the correct answer is option A.