Computer Science, asked by mheltzie1601, 1 year ago

A statement wherein the increment/decrement always occurs after the statements of the body is called ________ statement. Select one: a. do-until b. while c. do-while d. for

Answers

Answered by fdhbf60
2
a) do until is the answer
Answered by Sidyandex
0

A statement wherein the increment/decrement always occurs after the statements of the body is called as for statement.

Hence the correct answer is D.

In the Computer Science, for loop specifies the iteration.

It allows the code to be executed repeatedly.

The “for” loop generally has two parts i.e. one is the header and another one is the body that is executed per iteration.

Similar questions