26. Question 5(c) Choose the odd one (1 Point) O 1. for 0 2. break O 3. continue O 4. System.exit(0)
Answers
Answer:
The odd one is for
Explanation:
For is a loop statement while the rest used to terminate a part of the program.
for
Explanation:
since for is the loop while the others are statements that are most commonly used in switch case programs.
A loop is a series of education this is constantly repeated till a positive situation is reached.
Typically, a positive technique is done, inclusive of getting an object of facts and converting it, after which a few situations are checked inclusive of whether or not a counter has reached a prescribed number.
Programmers use loops to cycle via values, upload sums of numbers, repeat functions, and do lots of different things.
Two of the maximum not unusual place styles of loops are the at the same time as loop and the for loop.