|
You compare two numbers i and j and change colour depending on their values.
|
|
|
You can use the modulus operator to test for odd/even. You can also check if numbers are divisible by numbers other than 2.
|
|
|
You can test a range of numbers using the greater than and less than operators.
|
|