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

Responses

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

if-else condition
if-else condition

if condition
if condition

for loop

1 answer

The method of list traversal among the given options is the for loop.

A for loop is commonly used to iterate through each element in a list or array, allowing you to access and manipulate its elements.