Write three functions, one that displays a circle, one that displays a rectangle, and one that displays a triangle. Use these functions to write a complete C++ program from the following outline:
int main(){ // Draw circle. // Draw triangle. // Draw rectangle. // Display 2 blank lines. // Draw triangle. // Draw circle. // Draw rectangle. return 0;}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.