I need to figure out what my teacher is asking me to do.
Write a class in Java named IterAndRecur which
contains the following static methods.
which returns the sum of all the integers in its
argument array using iteration
public static int iterSum(int[] a)
I usually start my programs with
Public Static Void Main (Strings [] args)
do i do that or this public static int itersum
Write a class in Java named IterAndRecur which
contains the following static methods.
which returns the sum of all the integers in its
argument array using iteration
public static int iterSum(int[] a)
I usually start my programs with
Public Static Void Main (Strings [] args)
do i do that or this public static int itersum