Answer:
B
Explanation:
it's does not transmit any energy
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:
Develop a written hazard communication program
Implement a hazard communication program
Maintain a written hazard communication program
Explanation:
To find - Which of the following answer options are your employer's responsibility? Select all that apply.
Develop a written hazard communication program
Implement a hazard communication program
Maintain a written hazard communication program
Solution -
The correct options are -
Develop a written hazard communication program
Implement a hazard communication program
Maintain a written hazard communication program
All are the Responsibilities of an employer
Reason -
The most important duty of the employer is to stay alert and implement a correctly and efficiently written communication program related to hazards of the substances in the workplace.
He also has to maintain the program so that employees do not get affected.