Search:

Type: Posts; User: vluong

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,470

    [SOLVED] Re: For Loop - need a hint for what to do next

    The "+" operator is an overloaded operator. This means that you can use it for adding integers an concatenating strings. You cannot use the "-" in the same way to remove characters, unfortunately.
    ...
  2. Replies
    6
    Views
    1,470

    [SOLVED] Re: For Loop - need a hint for what to do next

    Okay, what you have is perfect. Next hint: java substring.
  3. Replies
    6
    Views
    1,470

    [SOLVED] Re: For Loop - need a hint for what to do next

    Hi.

    You are off to a very good start - let's go with the for-loop. A for-loop consists of three parts: initialization, termination, and incrementation. For example, I choose these three...
Results 1 to 3 of 3