fork download
  1. class GreaterNumber
  2. {
  3. public static void main(String arg[])
  4.  
  5. {
  6. boolean b;
  7. int weight=45;
  8. b=weight>50;
  9. System.out.println(b);
  10. }
  11. }
Success #stdin #stdout 0.08s 47048KB
stdin
Standard input is empty
stdout
false