Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Get area from rectangle
no vote
Application background a)  Create c:\temp\struct_rect.dev and add the following source file:: #include <iostream> using namespace std; struct Rectangle { int height; int width; }; int getArea(Rectangle &aRect) { return(aRect.height * aRect.width); } int main() {
laksdjfh
2016-08-23
0
1
No more~