If i had an Array as seen below, is it possible to use the rand function to randomly select an element within that particular array; if so how can this be done. The Value of the element will be outputted.
Any help much appreciated...:)
int Array[14]={10,10,10,10,11,6,9,2,3,15,11,15,16,15};