Jump to content

Link help....

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Lestat

Lestat

    Newbie

  • Members
  • Pip
  • 9 posts
Is there a site or a forum or something to that extent that can help me to learn how to display patterns like:

Quote

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


#2
mindsurfer

mindsurfer

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
lol... you can easily do this in C++ !
MindSurfer

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
use a nested for loop.

This is a standard problem given to teach students how to use for loops.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog