Which of the following ways to create a loop can only be used with PHP arrays or objects?
a. the while loop
b. the do...while loop
c. the for loop
d. the foreach loop
d. the foreach loop
Computer Science & Information Technology