Write a public static method named printarraylist, that takes two arguments. The first argument is an arraylist of integer and the second argument is a string. The method should print out a list of the values in the arraylist, each separated by the value of the second argument.