I am new here and new to programming. I have an assignment which consists of reversing the elements of an array, but the array reverse method cannot be used. I do not know how I can achieve this. I tried using a for loop but it did not work. Thanks in advance.
trying to reverse something like this: 1,4,9,16,9,7,4,9,11 into 11,9,4,7,9,16,9,4,1