Write a program that reads four numbers (height, twice length, width) and uses all of them as fields of a data class which is Box.
Use copy() function in order to create a second box with a different length value (from input). As a result, there must be two boxes. Print them both.