I have to write a Method that is of the type boolean contains string1, string 2, and Int(N)
The method must Checks if a given percentage of string2 (given by N) is a substring of string1
can anyone please help ME???
All I have so far is
public static boolean partialmatching(String Str1, String Str2, IntN)