The issue you have here is that you've already allocated an array with a maximum of 10 slots and since you are using an array rather than a list you cannot simply add items to it. You can however set...