317332IN 317332IN Computers and Technology Answered What will be the output int x = 10; if(x > 10) System.out.println("Thursday"); if( x < 10 ) System.out.println("Friday");