ZincPony
- 21
- 0
Problem Solved thank you
Last edited:
This will just print 4 blanks every line. That is you need to change the test condition and associate it with lineCtrl variable.for (int spaceCtrl = 4; spaceCtrl >=1 ; spaceCtrl--)
Remember you need 2*lineCtrl-1 X's in each line.for (int xCtrl = 1; xCtrl <= lineCtrl; ++xCtrl)