Counting with Loops
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.
-
Print out the even numbers from 2 to 100 (inclusive).
-
Print out odd numbers from 1 to 99 (inclusive).
-
Print out the powers of 2 from 1 to 4096.