// Instruction:
- Press mouse
- A 50x50 grid will appear with a random number from 0-100 will be applied every time the mouse is clicked
- In spaces where the number is less than 20 a yellow ellipse will draw
- In spaces where the number is greater than 80 and not divisible by 4 a random arc will be drawn
- In spaces where the number is greater than 80 and divisible by 4 a semi-circle will be drawn
- In spaces where the number is less than 80 and greater than 40 and divisible by 2 a horizontal line will be drawn
- In spaces where the number is less than 80 and greater than 40 and