把六月测试答案传上来了

This commit is contained in:
2024-06-10 17:41:11 +08:00
parent fc729a1bbd
commit ffcafcadea
2 changed files with 31 additions and 1 deletions
+4 -1
View File
@@ -24,4 +24,7 @@ hs_err_pid*
#实验报告 #实验报告
*.docx *.docx
*.doc *.doc
#test.java
test.java
+27
View File
@@ -0,0 +1,27 @@
判断题
错 错 对 对 错
错 对 对 对 错
错 错 对 错 对
对 错 对 对 对
填空题
21.
if(x>0)
y=1;
22.
public void main(String args[]){}
23.
PI=3.1415
24.
finally
25.
numbers[numbers.lenth-1]=8.88
26.
Object
27.
私有方法
28.
类型安全
29.
JFrame
30.
传统的 for 循环