+ 4
I want some help related C# please read description
i successfully make stars in this shape with loops * ** *** **** *** ** * like this with loops but I want make a diamond with stars like * ** *** ***** ******* ***** *** ** * how please help . thanks
3 Respuestas
+ 4
You can achieve that with two loops - the first one for the upper half and the second one for the bottom part.
+ 1
well just do the thing you already did but one more time, backwards
+ 1
Ok thanks