i got problems to do this c++ program..hope you guys can help me..
You may use output statements that print either a single asterisk(*) or a single blank.


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

Recommended Answers

All 5 Replies

What have you done so far?

Solving this will require the use of 2-pair of nested loops... One pair handles the taper out to the right, the other handles the taper back to the left.

thx for your helping..
i will try it..
i have try with my own way..but too many errors..

thx for your helping..
i will try it..
i have try with my own way..but too many errors..

Hello yuyumerry,
Can you post your code ?

thanks all finally i can solve it :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.