1. Create a project named DayNight. Include a Form that contains two Buttons, one labeled Day and one labeled Night. Add a Label telling the user to click a button. When the user clicks Day, change the BackColor of the Form to Yellow; when the user clicks Night, change the BackColor of the Form to DarkBlue.
2. Create a project named FiveColors. Its Form contains at least five Button objects, each labeled with a color. When the user clicks a Button, change the BackColor of the Form appropriately.