Assignment title: Information
Case analysis: The Greek Crisis: A Tragedy or Opportunity?
Students are required to answer the following questions in their case analysis based on the information provided in the HBR case document.
1. How did Greek got into this difficult situation? Whose fault was this?
2. Would you buy Greek Government Bonds (GGBs) now?
3. Does the Greek crisis spell doom for the future of the euro and the euro financial markets
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.