上传了实验四,已确认无敏感信息
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
//TestArea.java
|
||||
package Task4;
|
||||
|
||||
public class TestArea {
|
||||
public static void main(String[] args) {
|
||||
Rectangle r1 = new Rectangle(10.0, 20.0);
|
||||
System.out.println(r1.toString());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user