Computer Science, asked by Manideepbablu9861, 11 months ago

What is the Syntax of rectangle?

Answers

Answered by Nityam06
0

Answer:

rectangle. Syntax #include <graphics.h> void rectangle(int left, int top, int right, int bottom); Description. rectangle draws a rectangle in the current line style, thickness, and drawing color. (left,top) is the upper left corner of the rectangle, and (right,bottom) is its lower right corner. Return Value None.

Similar questions