Search:

Type: Posts; User: GregBrannon

Search: Search took 0.14 seconds.

  1. Re: What's wrong with this? I want to create a fun code that repeats a phrase I enter a certain number of times that I define in the program

    A for loop is a normal loop. When you know how many times the loop should execute, the for loop is the natural choice. If looping is dependent on the results of the loop body, then a do/while or...
  2. Re: What's wrong with this? I want to create a fun code that repeats a phrase I enter a certain number of times that I define in the program

    Welcome! Please read this topic to learn how to post code correctly and other useful info for new members.

    Please ask specific questions. Describe the program's existing behavior, the desired...
Results 1 to 2 of 2