Write a method called lastIndexOf that accepts an array of integers and an integer value as its

Question:

Write a method called lastIndexOf that accepts an array of integers and an integer value as its parameters and returns the last index at which the value occurs in the array. The method should return –1 if the value is not found. For example, in the array [74, 85, 102, 99, 101, 85, 56], the last index of the value 85 is 5.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: