1

int a=10,b=5;
System.out.println((b>=a)&&(b==5))

what will be the output ?

  • True

  • False