Joe Wilson

Joe Wilson

  • NA
  • 6.6k
  • 232.4k

How to remove the index of array

Mar 29 2014 12:17 PM
 First ask User to choose the number which is in the array then after find the both index of number and number
remove both index and number in this index
 
 
For example:
 
 Number which has been chosen by user:
95
 
if this is your array:
 
 9 10 11 22 44 95 35
 
after removing:
 
 9 10 11 22 44 35
 

Answers (3)