PPT Slide
String reply = in.readLine();
if (reply.indexOf("lingirie") > -1){
out.println("Got a non-GUY here.");
System.out.println(”Got someone who can spell\”lingerie\".");
out.println(”I guess you have not purchased lingerie lately...");
System.out.println ("Got a GUY here.");
sock.close(); // close this connection, but not the server;
} catch (IOException ioe) {System.out.println(ioe);} // end of try