Computer Science, asked by uunicorn911, 9 hours ago

Command to Calculate the area of rectangle in BASIC-256 in text output​

Answers

Answered by mohitnivalkar
0

Answer:

Using print statement, you learn how to print out texts to the text output window. Now we’re going to learn graphics – lines, drawings and images. The first thing you learn is the coordinate system, or designating the position in the graphics windows. Position is referred by coordinate pairs (X,Y). Unlike traditional math notation, computer position (0,0) is the leftmost point in a graphics window, and the coordinate values increase as one moves to right and bottom.

Explanation:

Similar questions