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