Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~138 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for konon_genius

Given the following C++ code and input (Figure 1): struct POINT{ int x; int y; }; struct SHAPE{ struct POINT pt1; struct POINT pt2; struct POINT pt3; struct POINT pt4; }; void setSHAPE(struct SHAPE &); int calcArea(struct SHAPE); void main() struct SHAPE RECTANGLE; //your code starts here }//your code ends …

Member Avatar for deceptikon
-1
138