public class LabQuiz3 { public static void main (String args[]) { World theWorld = new World(); theWorld.find ("London","Carmen!"); } }