Smile!
GraphicsWindow.PenColor = "yellow" GraphicsWindow.BrushColor = "yellow" GraphicsWindow.FillEllipse(0,0, 400,400) GraphicsWindow.BrushColor = "white" GraphicsWindow.FillEllipse(80,50, 50,20)
A smile is a wonderful thing! In this task you are to take the above code and finish it off to create a face. By using the commands on the GraphicsWindow in small basic you should attempt to draw a face. The face should include
- Eyes with pupils
- A nose
- A mouth (does not have to smile but would be good if it could!)
- ears

You need to log in or create an account to submit code!











