Answer:
Thks is true the int function changes a float value to an integer and will round up or down by default. 
 
        
             
        
        
        
Answer:
Explanation:
The following code is written in Java and is a function/method that takes in an int array as a parameter. The type of array can be changed. The function then creates a counter and loops through each element in the array comparing each one, whenever one element is found to be a duplicate it increases the counter by 1 and moves on to the next element in the array. Finally, it prints out the number of duplicates.
public static int countDuplicate (int[] arr) {
                int count = 0;
                for(int i = 0; i < arr.length; i++) {
                        for(int j = i + 1; j < arr.length; j++) {
                                if(arr[i] == arr[j])
                                        count++;
                        }
                }
                return count;
        }
 
        
             
        
        
        
Try using ctrl, shift, delete
        
             
        
        
        
<span>Chart
</span>With the exception of a Chart, the Paste command allows you to paste an object without creating a link.
        
             
        
        
        
Answer:
a.The server's IP address or hostname. 
d.The port number for the application on that server
Explanation:
We can point out that a socket is a tool which contains or which comprises of a pair of value. 
Also a socket is an end point which identifies each other. In this case the client connecting to the server.
From the options a and d meets the criteria.