Search:

Type: Posts; User: legendfractal

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,280

    Re: Simplify 2 for loops into one

    Thanks for your reply.
    I will try it out!

    Sorry its my first time here, will take note in the future!

    Thank you!!!
  2. Replies
    2
    Views
    1,280

    Simplify 2 for loops into one

    Hi all,

    I am new to this forum and in need of help for my course of study.

    Below is my java code:

    for(int i=1; i<barcode.length(); i+=2)
    {
    char x = barcode.charAt(i);
    ...
Results 1 to 2 of 2