Question 5 a. critically explain why you would consider arrays over normal data types [5 marks] b. from you explanation in âaâ above, write and initialize an array called BongoBar of type string and having 4 element. [5 marks] c. embed your array in âbâ above in a full c++ program. [5 marks] d. critically explain what will happen if an amateur programmer called BongoBar[5] in the main function in you program in âcâ above.