Search:

Type: Posts; User: Staticity

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,769

    Re: Base Changing - Is there an easier method?

    Yes, I have! :) I just prefer to create these methods for practice, rather than use Java's library.
  2. Replies
    3
    Views
    1,769

    Base Changing - Is there an easier method?

    So, as my first attempt to make a method that changes a base 10 number into another Base.. I came up with this:

    public StringBuffer toBaseSixteen(long x){
    boolean solving = true;
    String s...
Results 1 to 2 of 2