From eaed2e2e388bb383178f10448d2a8d27a7c50016 Mon Sep 17 00:00:00 2001 From: anilpal001 <52716494+anilpal001@users.noreply.github.com> Date: Sat, 12 Oct 2019 14:18:22 +0530 Subject: [PATCH] Function added --- Code.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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