Question: Write a method named Integer arrayListSum(ArrayList pList). The method shall return the sum of the elements of pList as an Integer. Note that the sum
Write a method named Integer arrayListSum(ArrayList pList). The method shall return the sum of the elements of pList as an Integer. Note that the sum of an empty list is 0. If pList is null, then return 0 as well.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
