//Assignment - 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".
1
2
3
//Assignment - 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".