Q. Which loop is best used when the number of iterations is known in advance? (A) do while (B) while (C) for (D) all loops require that the number of iterations be known ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) for