We do not have the ability to add (append or insert) or re
move elements.
This is the BIG DISADVANTAGE of a fixed array. The structure is not dynamic or flexible.
Given a fixed array:
array = ['Suni', 'Simone', 'Liu', 'Jade', 'Tin', 'Artur'];
If we wanted to add a new name or remove a name, we would be out of luck.