Find the minimum value in an array by recursive function

Hello,

Please help me to solve the following program by using Java.

Problem: Write a recursive function recursiveMinimum that takes an integer array and the array size as arguments and returns the smallest element of the array. The function should stop processing and return when it receives an array of 1 element.

thanks,

Ripon

[359 byte] By [riponc007a] at [2007-9-29 0:34:58]
# 1
Hello,Please help me to solve the following program by using Java.Problem: Write a program that helps me to win all of the world's lotteries, become stinking rich, buy all the world's software copmanies and fire all your a$$es.thanks,Ceci
CeciNEstPasUnProgrammeura at 2007-7-13 3:02:40 > top of Java-index,Other Topics,Algorithms...
# 2
Not only does the OP's problem look like it was written by someone who knows C but doesn't know Java, it asks them to write inefficient code. Bleah.
YATArchivista at 2007-7-13 3:02:40 > top of Java-index,Other Topics,Algorithms...