import java.util.*;
public class FindSpecifiedSequence{
public static void main(String args []){
String str1 = "You are one of my bestfriends";
String str2 = "are";
System.out.println(str1.contains(str2));
}
}
// function to validate the entry made by user in user form function validateEntry (){ // declare a variable and referernece of active goog...