Commit 225b65de authored by jinli gu's avatar jinli gu
Browse files

Delete shape.java

parent ce0fdeef
package com.jsh.erp.utils;
public class Shape {
public double area(double length,double width) {
System.out.println ("Shape~area");
return length*width;
}
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