What is iteration over the array?
Wave print array
iteration means traversing each element of array
means going to each element
for this you can use loop
for(int i=0;i<n;i++) arr[i]
this is iteration
now you can print the element or whatever you want
if you have more doubts regarding this feel free to ask
i hope this helps
if yes hit a like : and don’t forgot to mark doubt as resolved