Computer Science, asked by Adabkhan, 7 months ago

pls answer I mark as brainlist ​

Attachments:

Answers

Answered by Anonymous
1

1. Parameters: The drawLine method takes four arguments:

x1 – It takes the first point's x coordinate.

y1 – It takes first point's y coordinate.

x2 – It takes second point's x coordinate.

y2 – It takes second point's y coordinate.

2.Syntax : rectangle(int left, int top, int right, int bottom)

3.The DrawText function draws formatted text in the specified rectangle. It formats the text according to the specified method (expanding tabs, justifying characters, breaking lines, and so forth).

4.while loop in C

Syntax. The syntax of a while loop in C programming language is − while(condition) { statement(s); } Here, statement(s) may be a single statement or a block of statements. ...

Flow Diagram. Here, the key point to note is that a while loop might not execute at all.

Similar questions