Search:

Type: Posts; User: stylelink

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,312

    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,312

    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,312

    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,312

    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...
  5. Replies
    4
    Views
    1,203

    Re: incompatible types

    well yes i was trying to practice the while/if, and also hoping for an explanation to why my types are incompatible, but thank you anyways :)

    --- Update ---

    and thank you greg, so what i should...
  6. Replies
    4
    Views
    1,203

    incompatible types

    hi, i was trying to do some simple stuff on java (i'm totally new at any kind of programming), and here, i got blocked, when i tried to compile my code (which would count to 500 if i am not...
Results 1 to 6 of 6