I’m trying to print to screen with this statement inserted into this document: System.out.println(Project1.findMinimum(weightArray, returnValue)); How do I pass the appropriate value into the method from the weightArray?
I’m trying to print to screen with this statement inserted into this document:
System.out.println(Project1.findMinimum(weightArray, returnValue));
How do I pass the appropriate value into the method from the weightArray?