I'm new to programming language and I learning pseudocode.Firstly the question is like this:
11 7 12 36 15 -18 21 4 17 29
A[1] A[2] A[3] A[4] A[5] A[6] A[7] A[8] A[9] A[10]
1)A[A[7]-A[3]]
2)A[3+2]
The second question is List and explain 3 type of iteration.