Well, what exactly do you have a problem with? The code you provide so far fills an array with random integers. Now what else do you have to do? You need to print each integer from the array and in reverse order. Now how do you think you can accomplish this? Think about how you can do it with pen and paper first. You have an array, now what can you do to it to make it display what's inside? The second part of the code prints out the integer in the index 0, I can see you have the right idea, now you just have to go one step further.