Commit 3639c001 authored by jinli gu's avatar jinli gu
Browse files

Update Triangle.java

parent 64bd256f
......@@ -6,4 +6,4 @@ public class Triangle extends Shape {
System.out.println ("triangle ~area");
return 1.0/2*length*width;
}
}
\ No newline at end of file
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment