Multiple choice What is the following structure called? int [] number = new int[5]; Structure. Class. Enumeration. Array. Reveal answer Fill a bubble to check yourself D Correct answer Explanation Explanation: An Array is the group of related items of same data type.