Search:

Type: Posts; User: anon181

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,113

    Re: Passing in more than one flag

    Would I use if-else statements for each flag's situation within the loop? Would I even use if-else statements at all?
  2. Replies
    3
    Views
    2,113

    Passing in more than one flag

    If I were to take in more than one flag from the command line, such as "java myProgram -a -b -c Hey" and each flag prompted an alteration of the word "Hey", how would I go about doing that? I tried...
Results 1 to 2 of 2