diff --git a/Code.java b/Code.java index 7e03d6b..ec01696 100644 --- a/Code.java +++ b/Code.java @@ -26,6 +26,7 @@ public Double Volume() { return this.length*this.breadth*this.height; } + public static void main(String[] args) { // TODO Auto-generated method stub Box A=new Box(); @@ -39,5 +40,5 @@ public static void main(String[] args) { } } - +// New Function has been added to this code