Question: Write a nested loop to print the following for any n x n image of odd dimensions: Example Output (n==5): X X X X 0
Write a nested loop to print the following for any n x n image of odd dimensions:
Example Output (n==5): X X X X 0 X X X 0 X X X 0 X 0 X 0 X 0 0 0 X 0 0 0
Example Output (n==3): X X 0 X 0 X 0 X 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
