ashooo
11-14-2006, 01:53 PM
Hey,
I'm struggling to get my C++ proect working.
Can anybody point me in the right direction as i cant get my head around the logic with this problem.
I know i have to use nested loops, as ive done others, however it is the spaces that are causing me problems.
You are only allowed to use do...while loops and NO IF statements.
(_ = space, it wont let me add spaces)
1 *
__2 * *
___3 * * *
__4 * * * *
5 * * * * * *
Thanks for your help
I'm struggling to get my C++ proect working.
Can anybody point me in the right direction as i cant get my head around the logic with this problem.
I know i have to use nested loops, as ive done others, however it is the spaces that are causing me problems.
You are only allowed to use do...while loops and NO IF statements.
(_ = space, it wont let me add spaces)
1 *
__2 * *
___3 * * *
__4 * * * *
5 * * * * * *
Thanks for your help