Set i = 0; Set count; If i < 10, Display i++; //This displays the current value of i, then adds 1 to that value and saves it for the next loop.// When i = 10, While loop = false; For count, when count < 10, add count++ and display count for that loop;