Answer:
Explanation:
The following code is written in Java and it simply creates the 2-Dimensional int array with the data provided and then uses the Arrays class to easily print the entire array's data in each layer.
import java.util.Arrays;
class Brainly {
    public static void main(String[] args) {
        int[][] arr = {{16, 17, 14}, {17, 18, 17}, {15, 17, 14}};
     
      
       System.out.print(Arrays./*Remove this because brainly detects as swearword*/deepToString(arr));
    }
}
 
        
                    
             
        
        
        
B. Loosening the drain plug with a screwdriver
        
                    
             
        
        
        
Answer:
Proficiency with programming languages.  
Learning concepts and applying them to other problems.  
Mathematical skills.  
Problem-solving capability.  
Communication skills.
Writing skills.  
Inquisitiveness.  
Self-motivation.
 
        
             
        
        
        
Answer:
Peopleware is a term used to refer to one of the three core aspects of computer technology, the other two being hardware and software.
 
        
             
        
        
        
Answer: Resolution 
Explanation: The total number of pixels that can be displayed on the screen at a time is called the resolution of the screen. This resolution is normally described in the pair of numbers, such as 2560 x 1440. This means, the computer screen is 2560 pixels wide and 1440 pixels tall.