Search:

Type: Posts; User: aloy

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,313

    How to convert binary number to 8 bits

    Hye..good day everyone..i need some help here..i have converted decimal number to binary number..but i have a problem..could someone help me on how to make the binary number to 8 bits only...
    ...
  2. Thread: need some help..

    by aloy
    Replies
    2
    Views
    947

    need some help..

    hye..
    i need some help in recursion..anyone can help me to transform this coding into recursion??

    please teach me how to transform it..thank u~

    insert

    #include <iostream>
    using namespace...
  3. Thread: plaese help me...

    by aloy
    Replies
    4
    Views
    1,396

    question..

    my question is..anyone know how to produce the output like this..thank u 4 helping~
  4. Thread: plaese help me...

    by aloy
    Replies
    4
    Views
    1,396

    plaese help me...

    Write a recursive function that takes as a parameter a non-negative integer and generated the following pattern of stars. If the non-negative is n, then the pattern generated is:

    n = 1
    1

    n = 2...
Results 1 to 4 of 5