Search:

Type: Posts; User: craiser

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,179

    Print a square.

    how can i print this shape in c :
    x=2;
    +---+
    :XX :
    :X 0:
    : 00:
    +---+
    x=3;
    +----+
    :XXX :
  2. Replies
    1
    Views
    2,687

    Help - prime numbers .

    Can some help me with a function which receive integer from user
    and check if integer can be expressed by multiplication of two prime numbers (integer is > 1 ) .
Results 1 to 2 of 2