Search:

Type: Posts; User: janeeatsdonuts

Search: Search took 0.09 seconds.

  1. Re: HELP WITH FOR LOOPS! trying to concatenate without using string builder

    uhm.
    the output for my code is:
    *
    *
    *
    *
    *
    *
    *
    instead of
  2. Loops: Taking the average of a list of numbers

    The problem states that I have to ask the user how many quizzes they have taken. We take the number of quizzes they enter and prompt the user that many times (ex: they say 3 quizzes, we have to have...
  3. HELP WITH FOR LOOPS! trying to concatenate without using string builder

    I am trying to make this outcome: basically adding an asterisk more each line.

    *
    **
    ***
    ****
    *****
    ******
    *******
Results 1 to 3 of 3