natxclaire207 natxclaire207 14-09-2022 Computers and Technology Answered What is output by the following code segment? integer a = new integer(12); integer b = new integer(22); system.out.println(a.compareto(b));