Recent content by NiaSphinx
-
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?- NiaSphinx
- Post #3
- Forum: Programming and Computer Science
-
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...- NiaSphinx
- Thread
- Addition Java
- Replies: 3
- Forum: Programming and Computer Science
-
N
Java Manipulating a String: Solving the 6G2N42B Puzzle
Thanks, I'll give that a try :)- NiaSphinx
- Post #4
- Forum: Programming and Computer Science
-
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...- NiaSphinx
- Thread
- Puzzle String
- Replies: 3
- Forum: Programming and Computer Science