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.
Solution :
Given :
The number of blows is given as :
0 - 6 inch = 4 blows
6 - 12 inch = 6 blows
12 - 18 inch = 6 blows
The vertical effective stress 


Now,

corrected N - value of overburden
effective stress at level of test
0 - 6 inch, 
= 9.86
6 - 12 inch, 
= 14.8
12 - 18 inch, 
= 14.8

= 13.14
= 13
A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and a high degree of code reusing. ... Different programming languages name them differently, for example, functions, methods, sub-routines, procedures, etc.
Answer:
sectores industriales, comerciales o públicos, o para el uso doméstico.
Explanation:
Answer:
total width bandwidth = 8kHz
Explanation:
given data
transmitter operating = 3.9 MHz
frequencies up to = 4 kHz
solution
we get here upper side frequencies that is
upper side frequencies = 3.9 ×
+ 4 × 10³
upper side frequencies = 3.904 MHz
and
now we get lower side frequencies that is
lower side frequencies = 3.9 ×
- 4 × 10³
lower side frequencies = 3.896 MHz
and now we get total width bandwidth
total width bandwidth = upper side frequencies - lower side frequencies
total width bandwidth = 8kHz