Write a Java program that will print the following to the screen. A starting point will be provided to you in GitHub. Please read the comments in the GitHub files.

  1. Print out the even numbers from 2 to 100 (inclusive).

  2. Print out odd numbers from 1 to 99 (inclusive).

  3. Print out the powers of 2 from 1 to 4096.