Search:

Type: Posts; User: chris123

Search: Search took 0.10 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

    Thanks, one last question, should i use a ForLoop, or a normal one?
  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

    Thanks a lot!!!

    --- Update ---

    Thanks a lot!!!
    *EDIT*
    What can I use instead of x,y,z?
  3. 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

    >>It asks me my name
    >>it asks what phrase i want repeated
    >>it asks how many times i want to repeat it
    >>it repeats the phrase
    Thanks!

    --- Update ---

    Here it is:
  4. 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

    package loopquestion;

    import java.util.Scanner;

    public class LoopQuestion {
    public static void main(String[] args)
    {
    {
    Scanner input = new Scanner (System.in);
    ...
Results 1 to 4 of 4