/*This is the solution to the first problem. Here we generated a random array and found out the min value using recursion */ import java.util.Random; public class recurmin{ public static void build_array(int[] A) { int i,value; Random rand = new Random(); for(i=0;i