An optical instrument used for viewing small objects is a microscope
The complete program is to define a boolean method that returns true if all elements of an array are negative, or return false, if otherwise
The method in java, where comments are used to explain each line is as follows:
//This defines the method
public static boolean chkNegative (double[] myArr) {
//This initializes a boolean variable
boolean isNeg = true;
//This iterates through the array
for (int i = 0; i < myArr.length; i++) {
//If the array element is 0 or positive
if (myArr[i] >= 0) {
//Then the boolean variable is set to false
isNeg = false;
//And the loop is exited
break;
}
}
//This returns true or false
return isNeg;
}
Read more about boolean methods at:
brainly.com/question/18318709
I'd choose B as the answer.
Our entire social lives these days are mediated and we are now leaving in a mediated era. Social media, for instance, has profoundly influenced in inter-personal communication. Options A and D contributes to the interaction and the fulfillment of peoples’ social needs and social media has become a preferred mode of communication with the rise of digital and mobile technologies. Social media has negatively impacted and reduced face to face interactions of human beings, whether business wise or through personal communication. Option C also illustrates an effect of media on human communication, which only leaves us with option B
Answer:
Because the soil there was rich and untouched.
Explanation: