Answer:
A,C,D,E are the answers at least on the test i took
Explanation:
 
        
                    
             
        
        
        
deep blue IBM's chess-playing computer
        
             
        
        
        
Answer:
Explanation:
The following code is written in Java. It creates the abstract dollar class that has two instance variables for the dollars and the coins that are passed as arguments. The test output can be seen in the picture attached below.
class Dollar {
    int dollars;
    double coin;
    private Dollar(int dollar, int coin) {
        this.dollars = dollar;
        this.coin = Double.valueOf(coin) / 100;
    }
    
}
 
        
             
        
        
        
Explanation:
Explanation:They are 
Explanation:They are 1) start the process 
Explanation:They are 1) start the process 2) Input N, the number for which multiplication table is to be printed 
Explanation:They are 1) start the process 2) Input N, the number for which multiplication table is to be printed 3) For T = 1 to 10
Explanation:They are 1) start the process 2) Input N, the number for which multiplication table is to be printed 3) For T = 1 to 104) print M = N*T
Explanation:They are 1) start the process 2) Input N, the number for which multiplication table is to be printed 3) For T = 1 to 104) print M = N*T5) End for
Explanation:They are 1) start the process 2) Input N, the number for which multiplication table is to be printed 3) For T = 1 to 104) print M = N*T5) End for6) Stop the process 
 
        
             
        
        
        
Answer:
3 is true others are false