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

1 answer

The method of list traversal is typically done using a for loop. Therefore, the correct response is:

for loop