Answer:
A. delete the message without opening it.
Explanation:
Never open emails you don't know who sent it, it could be a hacker trying to get your personal/financial information.
Answer:
Explanation:
The following code is written in Java, the function takes in a list with the previous day's values. The function then uses that list, loops through it and multiplies each individual value by 2 and returns the modified list. The first red square represents the test case for the function, while the second red square in the image represents the output.
public static ArrayList<Integer> doubleIt(ArrayList<Integer> mylist) {
for (int x = 0; x<mylist.size(); x++) {
mylist.set(x, mylist.get(x)*2);
}
return mylist;
}
In 2008 was when the first android operating system was sold in the United States.
Answer:
To protect equipment in the event of power-cut
To ensure stable supply of current (protects against surges)
Explanation: