I am writing a simple midpoint calculation recursion:
public static void main(String[] args) { int[] array = {0, 1, 2, 3, 4, 5, 6}; midPoi