修正6月测试答案11题的错误

This commit is contained in:
userName
2024-06-13 18:03:15 +08:00
parent bbb1f13819
commit 42d9ce214c
+1 -1
View File
@@ -8,7 +8,7 @@
if(x>0) if(x>0)
y=1; y=1;
22. 22.
public void main(String args[]){} public static void main(String args[]){}
23. 23.
PI=3.1415 PI=3.1415
24. 24.