Answer:
The computer is restarted. The Recycle Bin or Trash is emptied
Explanation:
True anything is available online.
Answer:
binary,decimal, hexadecimal and octal number system
Answer:
for(var i=0; i<3; i++) {
penUp();
moveTo(100,120);
turnTo(180);
penDown();
moveForward(25);
}
Explanation:
The i variable is the loop dummy. The code block will be executed 3 times.
Answer:
I DONT KNOW ??????????????????????????????????/
Explanation: