Answer:
see explaination
Explanation:
MaxArray.java
public class MaxArray{
public static void main(String[] args) {
int a[] = {1,2,5,4,3};
int max = max (a, 5);
System.out.println("Max value is "+max);
}
public static int max (int a[],int size){
if (size > 0) {
return Math.max(a[size-1], max(a, size-1));
} else {
return a[0];
}
}
}
Output:
MaxArray
Answer:
you can use the notepad and *if your on windows 10* you can HTML and create websites and you can also use binary code*but that will take .2 BILLION years.
Explanation:
my point is just ask your teacher
Answer:
i also want to know the answer
Explanation: