👤

What will be the output
int x = 10;
if(x > 10)
System.out.println("Thursday");
if( x < 10 )
System.out.println("Friday");