请根据已知的程序代码补全测试类Test显示教师信息。【输入形式】无【输出形式】namezhangsalary12340【样例输入】【样例输出】【样例说明】【评分标准】 输出正确满分】public class Test public static void mainString args Teacher t = new Teache
public class Test { public static void main(String[] args) { Teacher t = new Teacher(); t.display(); } }
原文地址: https://www.cveoy.top/t/topic/eLgB 著作权归作者所有。请勿转载和采集!