Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 505 Bytes

File metadata and controls

10 lines (8 loc) · 505 Bytes

Functions

There are two pieces of code in this repository, both blank. The first exercise should be done in "VoidFunctions" and the second should be done in "ReturningValues"

Part 1: VoidFunctions Exercises

Create functions to do the following

  • Draw a blue square at the center of the canvas, with a size of 50x50
  • Draw a circle at the mouse's location with a diameter of 30. Allow the user to define the color of the circle
  • Define one other function of your choice Remember to commit and sync.