I'm not quite sure how to do this.
pseudocode:
array1 = {"a","b", "c", "d", "e","f", "g","h", "i","j"} //there might be more values.
take c
loop =>c+3 =f
f+3 =i
i+3 =b
b+3 =e
......
end loop
I need to work this array1
as a circle and find the letters adding 3 (f, i, b, e, and more).