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
The social media tools that you used to form these connections are:
- Buzz Sumo.
- Go ogle Trends.
- Buffer Publish.
- Can va.
- Un splash
<h3>What are social media tools?</h3>
Social media tools are known to be key tools that are used for the running of business so as to handle important ways in their Digital Marketing routine.
The social media tools are important because it helps one to plan ahead and also ensure that a person post the type of content needed to reach your goals and grow one's business.
Learn more about social media from
brainly.com/question/3653791
Answer:
Remove the doc using the trash button on it, bit if that doesn't work, just backspace the whole thing (an easier way to backspace it is to highlight everything you typed and hit backspace once).