Given the following array declaration: int [] list = new int…

Given the following array declaration: int [] list = new int [100];   and assuming that the array has been completely filled with 100 integers.   Use the numbers in your answers to the following: 1.  Write the Java code that will determine and display the smallest integer in list. 2.  Write the Java code that will display the number of elements in list (using the attribute of all arrays, not an integer literal) 3.  Write the Java code that will calculate and display the sum of all values in the array, list.  

A crew at a symposium wants to survey their participants. Ev…

A crew at a symposium wants to survey their participants. Every participant is handed a brochure at the time they walk in, and then picks a seat for themselves. Assume every participant that is given a survey completes it. Which of the following would give a simple random sample of participants?