This is a practice problem for class that has me stumped. I am very new to C, so please don't flame. I am stuck on a simple array problem for class, but I cannot figure out what to do next. Here is the link, it is under Lab1_6. http://technology.cs.hcc.cc.il.us/fa...directions.htm The one with the picture of the X in the box. I now how to set up nested for loops to fill the 11x11 array with the * character and how to print the array to the screen. But trying to get the x in the box using the loops has me stumped. I think I am going to have to use a a space char to make the x, but not sure how to do that. Any help would be greatly appreciated

Vanished