This is it, the big night! Everything comes together here. Variables: – TrickOrTreater[] cryptKickerFive – array of length 5 – TrickOrTreater[] ghoulGang – array of length 5 Constructors: – A constructor that takes in arrays for cryptKickerFive and ghoulGang (in this order). – You may assume that each input array is not null, and that neither array has null entries. Further, you may assume that each input array is of the expected length. You may shallow copy these arrays. Note: Even though this