Search:

Type: Posts; User: bgwilf

Search: Search took 0.09 seconds.

  1. Thread: BASE CONVERSION

    by bgwilf
    Replies
    6
    Views
    3,054

    Re: BASE CONVERSION

    ok thanks! This is what I got and I actually think that it works

    public static String convert(String num,int b)
    {
    int k= num.length();
    ...
  2. Thread: BASE CONVERSION

    by bgwilf
    Replies
    6
    Views
    3,054

    Re: BASE CONVERSION

    At this point it doesn't matter that it is simpler. I just need an Iterative way to implement any base conversion to a base 10.
  3. Thread: BASE CONVERSION

    by bgwilf
    Replies
    6
    Views
    3,054

    Re: BASE CONVERSION

    USING ITERATION PLZ!!!
  4. Thread: BASE CONVERSION

    by bgwilf
    Replies
    6
    Views
    3,054

    BASE CONVERSION

    Can Anyone suggest me a simpler algorithm for converting any base number to base 10??
Results 1 to 4 of 4