Páginas

jueves, 19 de septiembre de 2013

September 19, 2013
We arrive to the conclusion that we have to be careful when writing a while-loop, because if you commit a syntax error to your code you could get an infinite loop.
September 16, 2013
Today we learned when to use the for loop, the do-while loop and the while loop. The do-while loop is utilized when when the loop must always run at least once. In other hand the while-loops are used for all other loops when there might be occasions when the loop will not run. Finally the for-loops are typically selected when doing numeric calculations, especially when using a variable changed by equal amounts each time the loop iterates.
September 13, 2013
Today we submitted the fives quizzes as a zip folder and  upload them into e-course.

miércoles, 4 de septiembre de 2013

September 4, 2013

Today we started learning debugging in the sources code, step by stept learning what will happened when you tried to run the program line bye line trying to defined every statement. What gives us a little more of understanding and keep tracking on what happens to the variables at the final of the programn.