Question: 5. LastIndexOf Procedure Modify the IndexOf procedure from Section 13.3.1. Name your function LastIndexOf, and let it search backward from the end of the array.
5. LastIndexOf Procedure Modify the IndexOf procedure from Section 13.3.1. Name your function LastIndexOf, and let it search backward from the end of the array. Return the index of the first matching value, or if no match is found, return –1.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
