Q. What is the correct syntax of the “while” loop? (A) while (i <= 5) (B) while i = 1 to 5 (C) while (i <= 5; i++) (D) while (i=0; i <= 5; i++) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) while (i <= 5)