You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a program that asks for an index and a number. Then it includes the number at the indicated index of the array = {1,2,3,4,5,6} and moves a position forward (from u to u+1) each element after the selected index.