Even/Odd Looping
Create a for
loop that iterates through 101 numbers (from 0 - 100). If the current iteration
is an Odd number, print "Odd" to the console, otherwise print "Even".
Create a for
loop that iterates through 101 numbers (from 0 - 100). If the current iteration
is an Odd number, print "Odd" to the console, otherwise print "Even".