Matthewwilson5112003go Matthewwilson5112003go Computers and Technology Answered What will the output of the statements below? System.out.println(9%2); System.out.println(12%6); The output of the first statement is * The output of the second statement is