Inner boxes

Report a typo

Define a class named Box. It must have four fields:

  • length, height and width of the double type. Please don't make these fields private.

  • a field named innerBox of the same type as the defined class

Do not make the fields private.

Write a program in Java 17
// write your class here
___

Create a free account to access the full topic