A. hand⋯in
B. pass⋯on
C. turn⋯on
D. live⋯on
第1题:
第2题:
1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }
A.2
B.3
C.4
D.5
第3题:
1、请下载PAPER,完成实验
第4题:
第5题:
常用的外部数据读取函数有()
A.read.table()
B.read.csv()
C.read.spss()
D.read.txt()
第6题:
R中读取外部文件的函数有()
A.read.table
B.read.csv
C.read.xlsx
D.read.xlsx2
E.read,delim