0
I don't know what's wrong with the program
I should output stars in form of X https://code.sololearn.com/c95Alx5XlaDa/?ref=app
2 Respuestas
+ 1
scanf ("%d,&n"); this should be fixed like this scanf ("%d", &n);
and if you use one equal sign = that should run but doesn't stop )
you should recheck your logic
0
Please answer me