Computer Science, asked by kumarkrahul80, 6 months ago

Identify the statement to repeatedly execute a section of the code infinite number of times.



if(){ …. }



while(true){ …. }



Scanner{ …. }



try{ …. }catch( )

Answers

Answered by booboonarabooboonara
0

Answer:

B

while (true) (...)

Explanation:

infinite k le statement ko true dalna hoga

Similar questions