Search:

Type: Posts; User: learningjava2021

Search: Search took 0.22 seconds.

  1. Replies
    2
    Views
    681

    Re: base conversion

    I found my answers:
    solution 1: char value conversion using operation char - (char>57?55:48)
    solution 2: use integer.parseint(number, base)

    in the future i will use

    **YOUR CODE GOES...
  2. Replies
    2
    Views
    681

    base conversion

    hi there,

    i'm currently writing a program to convert numbers between bases and i'm stuck in a spot. anyway, i've just truncated to the part where i'm stuck at and to simply code, values are...
Results 1 to 2 of 2