Search:

Type: Posts; User: kirklandkonnect

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,189

    thanks for the tip

    thanks for the tip
  2. Replies
    8
    Views
    1,189

    sorry the line in the middle is supposed to be on...

    sorry the line in the middle is supposed to be on the very end
  3. Replies
    8
    Views
    1,189

    OK, i did something like that using a...

    OK, i did something like that using a 'while'statement but it was a box that looked like this...


    ************
    * *
    * *
    * *
    ************
  4. Replies
    8
    Views
    1,189

    this is all i can come up with: for( int...

    this is all i can come up with:

    for( int counter=1; counter <= 10; counter++ )
    cout << "*" << endl;
  5. Replies
    8
    Views
    1,189

    I thought there might be a loop inside of a loop...

    I thought there might be a loop inside of a loop and I know i need a counter to keep track, but I don't know the coding on how to get the stars to add one on every print until it reaches 10
  6. Replies
    8
    Views
    1,189

    problem with 'for' loop

    Here's the deal. I have to create a program that outputs a pic like the one below using a 'for' loop.

    *
    **
    ***
    ****
    *****
    ******
    *******
    ********
Results 1 to 6 of 6