Hi,

I have 2 questions:

#1) How do you check if the array is empty?

#2) How do you continue to get the item of the last element of the array? Assumingly the array is not empty.
Example: myArray[] FACES = {"10","J","Q","K","A"}; I'd like to get the values in the array and print them out in the reverse order. A,K,Q,J,10.

Thanks