Search:

Type: Posts; User: Norm

Search: Search took 0.32 seconds.

  1. Replies
    6
    Views
    1,511

    Re: Issue with Base Changing..

    Your algorithm description sounds like what you would do in a loop:
    Dividing by a number and concatenating the remainder to a String to build the results.
    Continue until all divisions are done.
    ...
  2. Replies
    6
    Views
    1,511

    Re: Issue with Base Changing..

    What code produces the output you have posted? I don't see the any of the (...) Strings in your code?
    You have over a dozen println statements that print numbers without and ids on them.
    Can you...
  3. Replies
    6
    Views
    1,511

    Re: Issue with Base Changing..

    Can you show what is on the console for when the code works and when the code fails?
    Add comments to the output describing what is wrong and what you'd like the output to be.
    To copy the contents...
Results 1 to 3 of 3