Question: What do you use in a case statement to tell Bash that you're done with a specific test?

  1. `; ;`
  2. `: :`
  3. `done`
  4. `$$`

Answer: The correct answer of the above question is Option A:`; ;`