There are N values in the array, and one of them is the smallest value. How can I find the smallest value most efficiently?
//smalest number in the array// double small = x[0]; for(t=0;t