Question: Which snippet allows the `acresOfRainForest` variable to increase?

  1. `!deforestation && !conservation`
  2. `deforestation && conservation || deforestation`
  3. `conservation && !deforestation`
  4. `!conservation || deforestation`

Answer: The correct answer of the above question is Option C:`conservation && !deforestation`