Question

Which of the following is the method of list traversal?(1 point)
Responses

for loop
for loop

if condition
if condition

if-else condition
if-else condition

if-else if-else condition
if-else if-else condition

Answers

There are no human answers yet.
Answered by GPT-4o mini
The method of list traversal is typically done using a **for loop**. Therefore, the correct response is:

**for loop**