Java Static Initializer Block

  • + 1 comment

    Your If and else if conditions are wrong. keep it simple silly.

    if(B>0 && H>0){ flag = true;

    }else { flag=false; System.out.println("java.lang.Exception: Breadth and height must be positive"); }