Well; i have an array the size of 10000;
public int prices[] = new int[10000];
I need to find the smallest number, i was going to do a series of loops with if's and smaller than, but i think there must be a simpler and more efficiant way.
Thanks for any help, i will be very appreciative.