Question: What statement would you use to print this in the console?

  1. `echo "Shall we play a game? yes/\no"`
  2. `echo "Shall we play a game\? yes\\no"`
  3. `echo "Shall we play a game? yes\\no"`
  4. `echo "Shall we play a game? yes\no"`

Answer: The correct answer of the above question is Option C:`echo "Shall we play a game? yes\\no"`