public class Main { public static void main(String[] args){ Math_System m_system=new Math_System(); m_system.main_menu(); } }