while Loop Exercise
Name: ______________________________________________________________________
Write a while loop that outputs the even numbers from 6 to 20 and draw a flowchart of your code:
Write a while loop that outputs the numbers from 100 to 0 by 10's:
Write a do while loop that outputs the even numbers from 6 to 20 and draw a flowchart of your code:
Write a do while loop that outputs the numbers from 100 to 0 by 10's: