Write a c++program to make the output stars | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Write a c++program to make the output stars

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

11th Nov 2016, 12:50 PM
vishnu cvs
1 Answer
0
U need 3 loop structure. 2 will be used to print stars and one for space. it can also be done with 2 loops only. print space after each line execution of stars and increase the space each time
11th Nov 2016, 4:23 PM
ashir
ashir - avatar