jeedeage javanpplicakion54. publie elane Jovadppthcations4 if pubile stathe void maie(stringtl ares) 4 intwidf=12,lengite=10,hedghe83 VBion boxi = new VBox(width, length. height): Waot allowed to change show Databoxil) Whot allowed to change pubic void show Datiti int b) ? System.out.println(")nn Your Figure volame is:" a b-getVolumeO)t 7. The followiag prograns contain errors. Find the errors, correct it, and write output, Points 6 package javaapplicution29; public class Rectangle f private double leagth $/ not allowed to change private double width; N not allowed to change public Rectangle(double len, double wid) W not allowed to change parameter aumbers and data ty pe ( length = len ; width m wid; 1 public void getLength 0 ( length; ) public void get Widtho 0 (width; ) package javaapplication29; public class JavaApplication29 \{ public static void main(Stringll args) \{ rectangle = new Rectangle( ) // not allowed to change the codes System.out.printin(" The Rectangle's length is "+ rectangle.getLength 0);// output: System.out.println("The Rectangle's width is " + rectangle.getWidth0); // output:.