Answer:
- import java.util.Arrays;
- public class Main {
- 
-     public static void main(String[] args) {
-         String [] first = {"David", "Mike", "Katie", "Lucy"};
-         String [] middle = {"A", "B", "C", "D"};
-         String [] names = makeNames(first, middle);
- 
-         System.out.println(Arrays.toString(names));
-     }
- 
-     public static String [] makeNames(String [] array1, String [] array2){
- 
-            if(array1.length == 0){
-                return array1;
-            }
- 
-            if(array2.length == 0){
-                return array2;
-            }
- 
-            String [] newNames = new String[array1.length];
- 
-            for(int i=0; i < array1.length; i++){
-                newNames[i] = array1[i] + " " + array2[i];
-            }
- 
-            return newNames;
-     }
- }
Explanation:
The solution code is written in Java. 
Firstly, create the makeNames method by following the method signature as required by the question (Line 12). Check if any one the input string array is with size 0, return the another string array (Line 14 - 20). Else, create a string array, newNames (Line 22). Use a for loop to repeatedly concatenate the string from array1 with a single space " " and followed with the string from array2 and set it as item of the newNames array (Line 24-26). Lastly, return the newNames array (Line 28).
In the main program create two string array, first and middle, and pass the two arrays to the makeNames methods as arguments (Line 5-6). The returned array is assigned to names array (Line 7). Display the names array to terminal (Line 9) and we shall get the sample output: [David A, Mike B, Katie C, Lucy D]
 
        
             
        
        
        
Answer:
B. Change the router's default administrative password.
Explanation:
Whenever a user purchase a router for wireless network, a default password has been set for the device, which can be easily accessible to different users on the internet or that particular network. This will  lead to unsecured that particular user in terms of hacking or stealing data or personnel information easily.
To make sure the security of customer on private network, the technician should change the router default password.  
 
        
             
        
        
        
The difference is that Dropbox  offers just 2 GB free storage space while  Microsoft's OneDrive gives 5 GB in terms of free storage space.
<h3>What is Microsoft OneDrive?</h3>
This  is known to be a file hosting software and it also does synchronization service given by Microsoft.
Some other  fundamental difference between Dropbox and OneDrive in terms of  Business is that Dropbox is known to often give unlimited storage for about $20 to paid user/month while OneDrive is said to only give unlimited storage for $10 per paid user/month.
Learn more about Dropbox from
brainly.com/question/20935392
 
        
             
        
        
        
Answer:
Parallelism
Explanation:
Parallelism:- It is a linguistic device.It is basically the use of components that are similar in their meaning ,sound or construction.So in the statement by Reverend Jesse Jackson .The statement uses words that sound similar and the statements have similar construction.
So we conclude that the answer is parallelism.
 
        
             
        
        
        
Answer:
Distribute -  will put all of the layers in a straight line across the image