package Generator; public interface G_ques { String g_question(); String g_type(); char g_operator(); }