Search:

Type: Posts; User: Tiash

Search: Search took 0.22 seconds.

  1. Replies
    6
    Views
    1,058

    Re: Unexpected output java

    if there can't be "." in hex then how is a fraction represent in hex. indeed i've seen "." in hex several times.

    fraction can be presented in hex
  2. Replies
    6
    Views
    1,058

    Re: Unexpected output java

    if there can't be "." in hex then how is a fraction represent in hex. indeed i've seen "." in hex several times.

    fraction can be presented in hex
  3. Replies
    6
    Views
    1,058

    Unexpected output java

    I am trying to write a program for converting positive binary inputs into hex. in the hex output the point (".")is missing.

    Suppose my expected output is e7.6 , but i am getting e76.

    only the...
  4. Replies
    2
    Views
    1,194

    Java.lang.NumberFormatException thrown

    I am trying to write a program for converting positive binary inputs into hex.
    Why am i getting this errors while compiling my binary to hex converter..

    Exception in thread "main"...
Results 1 to 4 of 4