How to get index of an item in an array

Viewed 33811

I am having array called stored and I want to access their indexes so that I can select them individually to do my operations.

If I want to print their indexes, what should I do?

6 Answers
Related