Exercises 02



Create the following functions using WHILE LOOPS

  1. Output the first 50 Even Numbers using a FOR loop
  2. Output the first 50 Odd Numbers using a FOR loop
  3. Output all the cubes of integers between 5 and 15 using a FOR loop
  4. Output all the squares integers between -15 and 15 using a FOR loop

Running the Functions

Provide evidence of your code running Exercise 1 here:

Provide evidence of your code running Exercise 2 here:

Provide evidence of your code running Exercise 3 here:

Provide evidence of your code running Exercise 4 here: