How to print this shape using c++ | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

How to print this shape using c++

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

30th Sep 2017, 12:57 PM
Mayank
Mayank - avatar
1 Respuesta
+ 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