Question: Parts 1 and 2, done in Processing java 1. Write a Processing program that draws 6 ellipses, vertically, in the center of the window. Use

Parts 1 and 2, done in Processing java
1. Write a Processing program that draws 6 ellipses, vertically, in the center of the window. Use a while loop to control drawing the ellipses. Your output should resemble that shown below. You may use any color for the background and the ellipse fill color. The ellipse diameters should be 1/6 of the window width and 1/6 of the window height. You may use any size window as well. (10 points) loops prelab 01 2. Solve problem 1 above using a for loop. (10 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
