Question: in java processing , Given the number of edges numEdge, implement a method which draws a green star on a black background with numEdge edges:
in java processing , Given the number of edges numEdge", implement a method which draws a green star on a black background with numEdge edges:
void drawStar(int numEdge) { ..... }
note : ( write the code over here )

Given the number of edges "numEdge", implement a method which draws a green star on a black background with numEdge edges: void drawStar(int numEdge) \{ \} Example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
