查看会员资料
用 户 名:王***
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
Rectangle
- 画出一个矩形 长宽都可自定义 还可以计算其面积-Create a class Rectangle.i) It should have two instance variables l (the rectangle’s length) and w (the rectangle’s width). ii) It should have one method that calculates the area of the rectangle and returns it to the caller