1

int a=10,b=5;
System.out.println(a>=b);
what will be the output ?

  • True

  • False