+ 1
Write a program to delete an element in an integer array .the position of the element to be deleted should be specified by user
2 Antworten
+ 5
Does not work like that.
You can have assistance with YOUR code.
Do not expect users to do the work for you.
+ 2
Using array.splice(parseInt(prompt("index")), 1) you can do that but I agree with Manual