Assignment 3 Direction: Submit the typed source code. Parallelogram For this assignment, you will create a Parallelogram class. A parallelogram is a four-sded shapes whose te sides are parallel and opposites angles are equal (hence opposite sides are equal). The four (4) types of parallelograms and their properties are listed below. Regular Rhombus Square Rectangle Adjacent sides are equal-Adjacent sides are equal-Adjacent sides are not equal o No right angles equal | o Adjacent sides are not o No right angles o All right angles o All right angles The Parallelogram class should have Public double field named length. Public double field named width. Public double field named angle. Public string field named type. Public default constructor that assigns 1 to both length and undth, 90 to angle and square to type. O Public overloaded constructor that takes two (2) double parameters. The parameters should be assigned to length and width. Furthermore, angle should be assigned 90. Depending on the values of length and width, ch Assignment 3 Direction: Submit the typed source code. Parallelogram For this assignment, you will create a Parallelogram class. A parallelogram is a four-sded shapes whose te sides are parallel and opposites angles are equal (hence opposite sides are equal). The four (4) types of parallelograms and their properties are listed below. Regular Rhombus Square Rectangle Adjacent sides are equal-Adjacent sides are equal-Adjacent sides are not equal o No right angles equal | o Adjacent sides are not o No right angles o All right angles o All right angles The Parallelogram class should have Public double field named length. Public double field named width. Public double field named angle. Public string field named type. Public default constructor that assigns 1 to both length and undth, 90 to angle and square to type. O Public overloaded constructor that takes two (2) double parameters. The parameters should be assigned to length and width. Furthermore, angle should be assigned 90. Depending on the values of length and width, ch