question archive Create a Cuboid classwith 3 public instance variables length, breadth and height of type double, and a method volume ()
Subject:Computer SciencePrice: Bought3
Create a Cuboid classwith 3 public instance variables length, breadth and height of type double, and a method volume (). Create 2 objects with different values obtained by command line arguments and print the volume of each. (The program must take 6 values as input)