This is Java.
Write the java code (not a full program) to delete an integer from a 1d array of integers. Assume the following:
a. the array's physical size is 10.
b. the array's logical (current size) is 7.
c. we want to delete the value 600 in position 6 (index 5).
100 200 300 400 500 600 700 ? ? ?
This is java please.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here