Write the method printTail() method that accepts an array of integers and an integer index as parameters and prints all the array elements starting from the index passed. For example if printTail(x,5) is invoked, it should print all the elements of the array x starting at x[5].
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here