
class Box { double l; double b; double h; Box() { l=2.3; b=3.4; h=4.5; } void show() { System.out.print("the volume of the box is:"+(lbh)); } } class Jaggu { public static void main(String args[]) { Box o=new Box(); o.show(); } }

hi here is the answer class Box { double l; double b; double h; Box() { l=2.3; b=3.4; h=4.5; } void show() { System.out.print("the volume of the box is:"+(lbh)); } } class Jaggu { public static void main(String args[]) { Box o=new Box(); o.show(); } }
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.