here's my question:
write a program that asks the user to type the value of N and writes this picture :
N=1
*
N=2
**
*
N=3
***
**
*

any help?
tips how can i start??

thanks

Recommended Answers

All 4 Replies

You need something like this:
(see the file attached...)

there you have two examples of loops
- do while loop
- for do loop

If you need anyhelp, just ask....

@deanus
That doesn't help them - spoon-feeding an answer.

All you've done is given them something to run off to teacher with.

Oh, sorry, those weren't my intentions! I'm a C++ beginner myself... and I'm also new to this forum.... sorry again...

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.