Search:

Type: Posts; User: nivo

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,113

    A recursive problem

    I’m having problems with a recursive function that do the following:
    The function receives an array of numbers (N) and size.
    The output is 1 if it possible to find cells that their sum equals to...
  2. Replies
    7
    Views
    14,944

    I'll explain

    HI,

    The input will be someting like that:"243 54 67 82".
    The problem is that I cannot store it amd I should not get it as a string.
    The ouptut will be:

    Decimal Binary
    243 1101...
  3. Replies
    7
    Views
    14,944

    Reading integers until end of input

    HI,

    I am writing a program that turns decimal numbers to their binary form. The transforming from decimal to binary is easy but I have a problem with the input.
    I should be able to receive any...
Results 1 to 3 of 3