(1) Declare an array of char called surName
(2) Declare an array of int called ages
(3) Declare an array of Object called things
(4) Define array surName to have a size of 20 chars
(5) Define array ages to have a size of 5 ints
(6) Define array things to have a size of 1000 Objects
(7) In a single line, declare an array of char address with a size of 55