The declaration of the sumAll method

Report a typo

Select the declaration that will allow the code below to compile.

System.out.println(sumAll(1, 2, 3));
System.out.println(sumAll(1));
System.out.println(sumAll(5, 6));
System.out.println(sumAll());
Select one option from the list
___

Create a free account to access the full topic