NOTE: This file contains two separate java files. Look for the special file delimiters, and use those to determine where the files end and begin. Do not include the delimiters in the program files. ----- FILE Josephus.java STARTS HERE ----- import java.util.*; class Josephus { static boolean debug = false; static int MAXSIZE = 16000; static Person[] people = new Person[MAXSIZE]; static void listInit(int m) { int i; for (i=0;i