Help !! Loops

Im having a hard time about my C++ activity

+++++++++++++++++++++++++++++++++++
Using loops program the FF:

1)

*****
****
***
**
*
**
***
****
*****
just imagine it like a hour glass



2)
*****
****
***
**
*
**
***
****
*****

3)

5 10 15 20 25
25 30 35
40



Hi,

you can achieve this by using nested loops

http://www.cplusplus.com/doc/tutorial/control/

try to code and ask freely if you have a problem

A similar thread you would like to follow : http://www.cplusplus.com/forum/general/202719/
Topic archived. No new replies allowed.