- #1
- 7,412
- 1,876
- TL;DR Summary
- How is an array element to be removed, and put the array back together but smaller by one element?
I cannot figure how to do this. I looked through some old programming textbook and tried an online search and still cannot find. How can one element from an array be removed, and then the array put together but now with the one item less, and so the array is now one item smaller than it was before?