Hey guys! I need help! I'm kinda new here so i'll cut the to the crap.
I need to make a FOR loop for an array of 5 elements. (array[5]). The loop should pick the positions [1] and [4] and removes the integers positioned in it and the integers next to it should fill in the space like this:
Elements in Array:
23 24 25 26 27
Elements after deletion:
23 25 26 0 0
I'm having a hard time making one :((
Advance thanks! :))
oh, and here's the code i tried to make (so far, i keep on failing):