317332GO 317332GO 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");