Question: Please help, the language type should be p5.js I have a sketch that has the following code, let x = random(width); let y = random(height);
Please help, the language type should be p5.js

I have a sketch that has the following code, let x = random(width); let y = random(height); After this code, it draws a circle. I want circles that are in the left third of the canvas to be red, circles in the middle third to be green, and circles in the right third to be blue. That will create a result that looks like this image. Write the code that will produce this result
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
