+ 1
Write a c++program to make the output stars
****** ***** **** *** ** *
1 Réponse
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