Question: What is wrong with this line of code?

  1. `temp` is a keyword.
  2. 1==1 is invalid.
  3. 1==1 evaluates to a Boolean.
  4. Nothing is wrong with it.

Answer: The correct answer of the above question is Option D:Nothing is wrong with it.