Computer Science, asked by VIKRAMSISODIA509, 3 months ago

2. Which of the following loop statement is used to iterate a specified variable
over all the properties of an object?
(i) for
(ii) do…while
(iii) for/in
(iv) none of these

Answers

Answered by sujayG17
0

Answer:

(i)

Explanation:

for loop iterates a value before executing the statements in the block

Similar questions