Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

definition a loop that never ends because its condition always evaluate…

Question

definition a loop that never ends because its condition always evaluates to true. choose an answer 1 nested loop 2 none of these 3 after loop 4 infinite loop

Explanation:

Brief Explanations

An infinite loop is a loop that never ends because its condition always evaluates to true. A nested loop is a loop inside another loop. There is no standard loop type called "After Loop".

Answer:

  1. Infinite Loop