上传了实验三,已确认无敏感信息
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
//test.java
|
||||
package test4;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
||||
public class test {
|
||||
public static void main(String[] args) {
|
||||
Scanner input = new Scanner(System.in);
|
||||
Yard y1 = new Yard(input.nextDouble(), input.nextDouble());
|
||||
System.err.println(y1.getPerimeter()+" "+y1.getAcreage());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user