Monday, January 6, 2014

Blog 32

Blog 32

Code is written to move a robot. Describe what this code does.

var n = 0
while (n<6)
{robot.forward();
n= n+1;
}



6 comments: