Computer Science, asked by as1201ritu, 9 months ago

C. Give output for the following programs:
1. GraphicsWindow.BackgroundColor="Black"
Graphics Window.PenColor="LightBlue"
Graphics Window.Width = 480
For I = 0 To 6.4 Step 0.17
x = Math.sin(i) * 100 + 200
y = Math.cos(i) * 100 + 200
DrawCircleUsingCenter()
EndFor
Sub DrawCircleUsingCenter
startX = X - 40
startY = y - 40
GraphicsWindow.DrawEllipse(startX, starty, 40, 40)
End Sub​

Answers

Answered by UtkarshTripathi17
1

Explanation:

Without QB64 it is easy to understand

Similar questions