Identify the statement to repeatedly execute a section of the code infinite number of times.
A
if(){ …. }
B
while(true){ …. }
C
Scanner{ …. }
D
try{ …. }catch( )
Answers
Answered by
0
Answer:
B
while (true) (...)
Explanation:
infinite k le statement ko true dalna hoga
Similar questions
Math,
2 months ago
Math,
2 months ago
Math,
2 months ago
Math,
6 months ago
Environmental Sciences,
6 months ago
Computer Science,
11 months ago
Math,
11 months ago
English,
11 months ago