hi there if I have an array that looks like this

dataType[] arrayName = {3, 0, 5, 20, 8};

how can I find the smallest number in it??

and how can I return the index number of them all??

Im a beginner so go easy on me

thanks for helping