Please, help me with my code. I want to do merge sort from simple user input, but keeps show "-Xlint ..." when compile it. Also, it's not working as expected...



import java.util.*;
import...