Solved

Select an Appropriate Expression to Complete the Following Method, Which

Question 68

Multiple Choice

Select an appropriate expression to complete the following method, which is designed to return the sum of the two smallest values in the parameter array numbers. Select an appropriate expression to complete the following method, which is designed to return the sum of the two smallest values in the parameter array numbers.    A) return values.remove()  * 2; B) return values.peek()  + values.remove() ; C) return values.peek()  + values.peek() ; D) return values.remove()  + values.remove() ;


A) return values.remove() * 2;
B) return values.peek() + values.remove() ;
C) return values.peek() + values.peek() ;
D) return values.remove() + values.remove() ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions