用Java写
参考这篇文章,一样的题目哈:
你这是让人来帮你写作业了啊,如果是解决问题,大家都是很乐意帮忙的- -!
public interface Shape{ double getArea(); }