Wednesday, 13 February 2013

Half Day Wednesday

When we came in today John had another activity for us to do on small basic to do some coding.
we had to try and get it to count from 1 to 10 with one click on enter and no more. I had done that with 10 lines but then attempted a loop and it was success I was then able to put as many numbers as I wanted with out writing millions of lines just to get to the number I had inputted. in fact it is still zooming through millions of number to get to the number i had put. in the end there was only three line which was:
For num = 1 To 1000000000
TextWindow.WriteLine(num)
Endfor

Today I have nearly completed assignment two task three COM, I need to write about one more bullet point then I am done. I have also organised all of task two into one file that relates to the videos.

Today I didn't need any help and I am gradually getting better at programming so by the time we start the programming unit I wont have many issues.

No comments:

Post a Comment