Monday, April 27, 2009

28/04/2009

Today we will be going through our C4 Assignment 2: Alarm clock.
and using loops to perform repetative tasks

Sunday, April 26, 2009

Assignment

Today i completed the dog part of my assignment, just have the cats one to do now

Sunday, April 19, 2009

Arrays

20/04/2009 - Today we went through what arrays. egs
Dim string (3) As String which has 4 elements
strstring(0) = "first string"
strstring(1) = "2nd string"
strstring(2) = "3rd string"
strstring(3)= "4th string"