Computer Science, asked by anikagupta465, 2 months ago

under what condition will you get an infinite while loop ​

Answers

Answered by barunmitra71gmailcom
2

Explanation:

Infinite Loops

A common infinite loop occurs when the condition of the while statement is set to true . Below is an example of code that will run forever. It is not necessary to test any infinite loops. An infinite loop will run forever, but the program can be terminated with the break keyword.

Answered by Anonymous
3

Answer:

Infinite Loops..............

A common infinite loop occurs when the condition of the while statement is set to true . Below is an example of code that will run forever. It is not necessary to test any infinite loops. An infinite loop will run forever, but the program can be terminated with the break keyword.

Similar questions