317332 317332 01-12-2022 Computers and Technology contestada What will be the output int x = 10; if(x > 10) System.out.println("Thursday"); if( x < 10 ) System.out.println("Friday");