Computer Science, asked by sucharitamohanty3375, 1 month ago

Write a program to display a circle of yellow color in qbasic​

Answers

Answered by gajendradhami2005
0

Answer:

Learn how to use the ellipse() function to draw ovals, circles and even an egg. We also show how to use rect() to draw rectangles, and how to change the fill color for both ellipse() and rect(). 

Instead of guessing RGB values, you can use the color selector to pick a color, which is much easier. 

You probably know, but we remind you the most basic shortcut keys: CTRL+C for copy, CTRL+X for cut and CTRL+V for paste).

Similar questions