Question: PHP supports multiple types of loops. If you wanted to loop through a block of code if and as long a specified condition is true, which type of loop would you use?

  1. for
  2. do-while
  3. while
  4. foreach

Answer: The correct answer of the above question is Option C:while