Question: Which line could you NOT use to comment out "Space: the final frontier"?

  1. `/* Space: the final frontier */`
  2. `*/ Space: the final frontier /*`
  3. `#Space: the final frontier`
  4. `// Space: the final frontier`

Answer: The correct answer of the above question is Option B:`*/ Space: the final frontier /*`