1. If m and n are int type variables, what will be the result of the expression m%n when m=-14 and n=-3?A) 4B) 2C) -2D) -42. Consider the following codeif(number>=0) if(number>0) system.out.println("Number is positive");else system.out.println("Number is negative");What will be the output if number is equal to 0?A) Number is...[ أكمل القراءه ]