Create a program using “else if” to make the following happen:
If the mouse is on the left third of the window, draw a white background; if the mouse is in the middle third, draw a gray background; otherwise, draw a black background.
Save sketch as elseif1
Go back to: Conditionals 3: Else If Statements