Computer Science, asked by ishdutta728gmail, 1 month ago

A 'for' statement has the initialization, _______and increment/decrement in one line. ​

Answers

Answered by payalrangari097
1

Answer:

condition

Explanation:

provides a concise way of writing the loop structure. The for statement consumes the initialization, condition and increment/decrement in one line thereby providing a shorter, easy to debug structure of looping.

Similar questions