Search:

Type: Posts; User: Putsie

Search: Search took 0.50 seconds.

  1. Re: DECtoBIN Conversion WITHOUT using String Methods

    Hey Norm,

    The variable that the binary sequence is held in is an int variable. I have included the full code below.

    The quotient would ==0 as shown in the following example:

    decimal = 10
    ...
  2. DECtoBIN Conversion WITHOUT using String Methods

    Hey I am trying to create a programme that determines the binary sequence of an input (unknown) decimal number. I DO NOT want to use a String Method.

    I am running into the difficulty that my...
Results 1 to 2 of 2