1

int a=10;
System.out.println(!(a==10));

what will be the output ?

  • TRUE

  • FALSE