Answer: Water.
Explanation: He wants to choose water because it is the most healthiest out of them. First off a chocolate shake is high on sugar, and may lead to changes in your blood vessels, and red blood cells. A diet coke has artificial sweeteners, including aspartame. So your best answer is water.
Hope this helps!
The most well-developed sense in marine birds is their sense of sight in in which the eyes serves as the organ this type of scenario.
<h3>What is Sight?</h3>
This involves the perception of viewing object by the eyes which acts as the main sense organ for this stimuli. Their eyes are able to see distant objects clearly as a result of different adaptations in the structure of their eyes.
The sight is well developed as it helps marine birds to hunt for animals under water for their survival. It also helps some of them to hunt for prey or escape from their predators during the night.This type of animals are referred to as being nocturnal due to their high level of activities in the night thereby making sight the most appropriate choice.
Read more about Sight here brainly.com/question/12885721
#SPJ1
The simplified expression, we can see that the product of the radical function is 
<h3>Radical functions</h3>
Given the radical function
<h3>Take the product of the function</h3>
This can be simplified as shown:

From the simplified expression, we can see that the product of the radical function is 
Learn more on product of radical function here: brainly.com/question/8952483
Arrays are data types used to hold multiple values in rows and columns
A 2 dimensional array can be created using int [] myArr = new int[3][4];
Assume the following parameters:
- The array data type is integer
- The array has 3 rows and 4 columns
The declaration of a 2 dimensional array follows the following syntax:
data-type[] array_name = new data-type[row][column];
Using the above syntax, a 2 dimensional array can be created using:
int [] myArr = new int[3][4];
Read more about 2 dimensional arrays at:
brainly.com/question/25671027