To gather data from its inputs
The Effectiveness of thicker, biodegradable plastic shopping bags is that they can last for a long time and still be able to carry shopping items even if they are exposed to natural environment.
<h3>What is the use of biodegradable plastic bags?</h3>
Plastic bags are known to be part of modern technology. They are usually very thin and strong. They are able to carry a heavy load as a result of shopping.
Conclusively, Note that this type of plastic bags which are said to be biodegradable can last for a long time and still be able to carry shopping items even if they are exposed to natural environment.
Learn more about bags from
brainly.com/question/728465
A 2d array (i.e. 2 dimensional array) represents its elements in rows and columns
<h3>The program in Java</h3>
The method in Java, where comments are used to explain each line is as follows
//This defines the method
public static int diagSum(int[][] myArray) {
//This initializes sum to 0
int sum = 0;
//This iterates through each row of the array
for (int i = 0; i < myArray.length; i++) {
//This calculates the sum of the diagonals
sum+=myArray[i][i];
}
//This returns the sum
return sum;
}
Read more about methods at:
brainly.com/question/15969952
for a word document in an email, you open email and click on the paperclip, then go into your files and find the word document (save it first) then click on that and write the email and send it.