Problem Statement
Write a program that reads an odd integer N and prints an N x N X pattern of stars.
DEMO-C-32 โข Programming in C
Write a program that reads an odd integer N and prints an N x N X pattern of stars.
An odd integer N (1 <= N <= 21).
An X pattern.
Submit runs every public testcase in this browser. Results and code never leave this device.
3
* * * * *
7
* * * * * * * * * * * * *
1
*
13
* *
* *
* *
* *
* *
* *
*
* *
* *
* *
* *
* *
* *C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question