public class Homework4A
{   
   public static int[] findLocations(String s, String t)
   {
      // ...
      return null;
   }

   // ...
}
