Question: NEED BOTH DONE Project SDK is not defined 1package comp1406a1: /* Assignment 1 -Winter 2019 * Problem 1 * In the provided Find. java file,
Project SDK is not defined 1package comp1406a1: /* Assignment 1 -Winter 2019 * Problem 1 * In the provided Find. java file, complete the locateSequence method. * For a given target sequence (non-empty array of integers), the method * searches the input array (of integers) to find an occurrence of the target sequence if it is present. If the sequence is present, the * method returns the array index position of where it starts in the array. If the sequence is not present, the method returns -1. public class Findi /* Finds the last occurrence of the sequence in the array or indicates that s the sequence is not present. * Gparan sequence 1s an array of one or more integers. It is the target sequence ve are Tooking for. * epacan array is an array integers. * ereturn the starting position of the Last occurrence of the target sequence in the array if it exists. Returns othervise. public static int tocateSequence(int l sequence, intl array) ( return -3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
