摘要:
复习英语单词60个; 完成数据结构pta选择题,函数第一题; include include include include using namespace std; define OVERFLOW -2 typedef int ElemType; //ElemType 为可定义的数据类型,此设为i 阅读全文
摘要:
一、 仔细阅读示例: EnumTest.java,运行它,分析运行结果? 你能得到什么结论?你掌握了枚举类型的基本用法了吗? public class EnumTest { public static void main(String[] args) { Size s=Size.SMALL; Siz 阅读全文
摘要:
Java第二次测试代码: public class Student { String stunumber; String name; int age; boolean sex; double score; public Student(String stunumber, String name, i 阅读全文