Q. Which one of the following sentences is true ? (A) the body of a while loop is executed at least once. (B) the body of a do ... while loop is executed at least once. (C) the body of a do ... while loop is executed zero or more times. (D) a for loop can never be used in place of a while loop. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) the body of a do ... while loop is executed at least once.