How to print this shape using c++ | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

How to print this shape using c++

************ ********** ******** ****** **** ** *

30th Sep 2017, 12:57 PM
Mayank
Mayank - avatar
1 ответ
+ 3
you'll have to either do : * * * * * * * * * * Or ***** *** * As spaces take as much space as any other character in the consol
30th Sep 2017, 1:17 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar