Answer:
Alice is correct.
The loop are dependent.
Explanation:
for(i = 1; i <= N; i = (i*2)+17 )
for(k = i+1; k <= i+N; k = k+1) // notice i in i+1 and i+N
printf("B")
This is a nested for-loop.
After the first for-loop opening, there is no block of statement to be executed rather a for-loop is called again. And the second for-loop uses the value of i from the first for-loop. The value of N is both called from outside the loop.
So, the second for-loop depend on the first for loop to get the value of i. For clarity purpose, code indentation or use of curly brace is advised.
Answer:

Explanation:
We have to combine the following formula to find the mass yield:


The diffusion coefficient : 
The area : 
Time : 
ΔC: 
Δx: 
Now substitute the values

![M=-(6.0*10^{-8} m/s^{2})(0.25 m^{2})(3600 s/h)[(0.64-3.0kg/m^{3})(3.1*10^{-3}m)]](https://tex.z-dn.net/?f=M%3D-%286.0%2A10%5E%7B-8%7D%20m%2Fs%5E%7B2%7D%29%280.25%20m%5E%7B2%7D%29%283600%20s%2Fh%29%5B%280.64-3.0kg%2Fm%5E%7B3%7D%29%283.1%2A10%5E%7B-3%7Dm%29%5D)

Answer:
Option C: water pressure.
Explanation:
Water pressure allows water to reach the top of a building.