Java Static Initializer Block

  • + 0 comments

    bro y u used so much coonditions in if statment if(B>=0 && H>=0){ flag = true;

    }else{ flag=false; System.out.println("java.lang.Exception: Breadth and height must be positive"); it can be done by this also simple

    }