Content
22.) (6 pts) Consider the incomplete method below: public static void swapPrint lint a, int hI TODO – you will write code below system. out, printin (b) ; system. out , printIn (a). No more code can be written after this point System.out.println (a); System.out.printin (b); The method is supposed to swap the values in a and b, and then print ther illustrate this behavior, consider the following examples in the table belov b Output 3 12 12 12 12 d to make this swap happen. As a hin