To find the smallest and largest element of a Collection, use Collections methods _________ and __________.

a. least, greatest.
b. smallest, largest.
c. first, last.
d. min, max.


D

Computer Science & Information Technology

You might also like to view...

The following code should print whether integer value is odd or even:

``` switch (value % 2) { case 0: cout << "Even integer" << endl; case 1: cout << "Odd integer" << endl; } ```

Computer Science & Information Technology

What’s the difference between Dynamic text and Static text in an HTML5 Canvas document?

What will be an ideal response?

Computer Science & Information Technology

Comments need to be harsh so the author knows that you are not playing favorites

Indicate whether the statement is true or false

Computer Science & Information Technology

How do relationships benefit a database user?

What will be an ideal response?

Computer Science & Information Technology