Media Summary: Write code that prints all pairs (i,j) where i and j can take on the values 0 to 3 (both inclusive), but they cannot be equal.
Nested Loops Example 2 Fundamentals - Detailed Analysis & Overview
Write code that prints all pairs (i,j) where i and j can take on the values 0 to 3 (both inclusive), but they cannot be equal.