package CSE115MethodExamples;

public class StartMath {

	public static void main(String[] args) {

		new MathUser();
		
	}

}

