Question: F8 16. IS points] Based on the following code, draw the output of graphic image on the grid. void setup() size(200, 200); void draw)0 drawAlpha(width/2,height,50,
F8 16. IS points] Based on the following code, draw the output of graphic image on the grid. void setup() size(200, 200); void draw)0 drawAlpha(width/2,height,50, 10, 4); void drawAlphal int x, int y.int sx, int sy.int level) printin(level) fill(255) rect(x,y,sx,sy); if(level>1) level- drawAlphalx+20,y-20,sx-20,sy+20,level): Draw the output image here. 50 100 150 200 50 100 150 200
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
