Answer:
The code is mentioned below.
Explanation:
This code is written in C.
Assuming that an array of 6 by 8 is already initialized and stored in a vector
![x[6][8]](https://tex.z-dn.net/?f=%20x%5B6%5D%5B8%5D%20)
which will be called or referred in program by:
![x [i] [j]](https://tex.z-dn.net/?f=%20x%20%5Bi%5D%20%5Bj%5D%20)
Alongwith the array the variables i j and max will be initialized as integers.
CODE:
int i,j,max;
max=0;
for(i=0;i<6;i++)
{
for(j=0;j<6;j++)
{
if(max>x[i][j])
max = x[i][j];
}
}
This code will check each and every entry of 6 by 8 array and place the largest value in max.
Answer:
The baseline review
Explanation:
Solution:
The baseline review: this can be defined as the gap analysis or the beginning environmental review (IER). it is an assess study to get information about an organisation's present activities and associated environmental impacts, impacts and legal requirements.
This review issues an overview of the quality and weaknesses of an organisation’s environmental execution and opportunities for improvement.
You format a worksheet to emphasize certain entries and make the worksheet easier to read and understand.
Answer:
C
Explanation:
C seems to be the most logical choice for a "good" choice.
It makes the most sense.