Recent content by NiaSphinx

  1. N

    Java Java int addition - the long way

    Ah that does sound like a good way of doing it. Can it work the same if the base is not 10?
  2. N

    Java Java int addition - the long way

    Hi guys, I'm trying to figure out a way to split up integers so I can do addition the old school way in Java. E.g.: 1234 1234 +_____ 2468 So you know start at the 4's and then add them up and move left etc. Does anyone have any ideas on how I access the different digits of...
  3. N

    Java Manipulating a String: Solving the 6G2N42B Puzzle

    Hi guys, I was wondering if anyone could explain to me/point me in the right direction on how to manipulate a String read in from the user in a particular way. I'm trying to read in a String, and then I want to sort of split the string up into ints and chars and associate them to variables...
Back
Top