+ 1
Can anyone tell me how can I insert blanks before the stars to make a perfect pyramid and my first star isn't printing (Solved)
5 Answers
+ 3
Do you mean something like this?
https://code.sololearn.com/cCccBWlA1WCQ/?ref=app
If so you almost had it.
You just had to
printf(â â); instead of
printf(ââ);
https://code.sololearn.com/cSSfHcYKi1P5/?ref=app
+ 1
Caleb but still the top star is missing what should I do đ€
+ 1
SUKHBEER TMU Student remove the equal sign on line twelve. See my code again, i fixed it.
+ 1
Thanks đ
+ 1
SUKHBEER TMU Student no problem, and neat code. đđ