Question: Done in Processing java 3. Create a processing sketch that produces output similar to that shown below. There are 10 rectangles drawn from top left

Done in Processing java
3. Create a processing sketch that produces output similar to that shown below. There are 10 rectangles drawn from top left to bottom right. There are 10 rectangles drawn from top right to bottom left. You may use for loops or while loops to draw these rectangles. Set the frame rate to 5. Use random values in the range [0,255) for the fill color of each rectangle. The window may be any size. The rectangle width should be 1/10 the window width. The rectangle height should be 1/10 the window height. (20 points) leops prelab 03 Hint: write a loop that produces the following output: Hoops_prelab_03
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
