What is the purpose of event handler parameters?
For the App with the following blocks:
What color will button
Button1be afterButton1is pressed?What color will button
Button2be afterButton1is pressed?What color will button
Button1be afterButton1followed byButton2is pressed?What color will button
Button2be afterButton1followed byButton2is pressed?
Create an app that has two buttons with two different backgound colors. Pressing one of the buttons should swap the background color of the two buttons. Pressing the other button should put the background color of the two buttons back to the original colors.