Question: The following code should draw a circle with diameter 53 points on the canvas. Find out 2 syntax and 1 logical error (describe errors in
The following code should draw a circle with diameter 53 points on the canvas. Find out 2 syntax and 1 logical error (describe errors in your words, don't write corrected code). Boolean COLOR=#FEEFFF; int centreX =50, centreY =102; final int DIAM =53 size(centreX,centreY); fill(COLOR); rircle(centreX,centreY,DIAM)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
