/**
 * A combination of two prerequisites in which you need to take both.
 *
 * @author Samuel A. Rebelsky
 * @author CSC153 2003S
 * @version 0.1 of April 2003
 */
public class PrereqAnd
  implements Prereq
{
} // class PrereqAnd

