Choose any 3 of the following activities to complete:
Activity 1
Design an application that will display a greeting in any one of four languages. So for example, the user might choose German and the program would show 'Guten Tag', if the user selected Australian it would show G'Day etc
Activity 2
Design an application that will give the time and date. You will need to use the code:
Label1.Caption = Time
Label2.Caption = Date
(You may need to use a different name instead of label1 and label2)
Activity 3
Design an application that will help a young child learn the numbers 1 to 5
Activity 4
Design an application that will calculate the area and perimeter of a rectangle if the user puts in the length and width.

