Search:

Type: Posts; User: stylelink

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,330

    Re: decimal to hexadecimal

    what i was thinking is just writing a class separately, which would take a number from 10 to 15 and return its associated letter, here from A to F. But i have no idea how to call it and make it work....
  2. Replies
    7
    Views
    1,330

    Re: decimal to hexadecimal

    thanks again, i decided to do something differently, but for that, i need to be able to call a separate class for help (basically, i write a class that would assign values to the 10/11/12/13/14/15...
  3. Replies
    7
    Views
    1,330

    Re: decimal to hexadecimal

    Hi again, i did this to the code, it compiles perfectly, i added a lot of lines but basically they do the same thing over and over again. unfortunately, the code doesn't work for some values. for...
  4. Replies
    7
    Views
    1,330

    decimal to hexadecimal

    Hi, i am still practicing with my java programming, and i decided to write a code today that would convert decimal numbers to hexadecimal numbers. Unfortunately, it does not compile. The error...
Results 1 to 4 of 4