How do you remove something from an array? I've done this before, but not for a long time and can't remember.
For example:
int A[5]; //Declare array
Array contains 1, 2, 3, 4, 5
If I know what position the number 2 is at, how do i remove it from the array?