// Interface for AP FR 2017 Question #2: MultPractice
public interface StudyPractice {
	String getProblem();	
	void nextProblem();
}