Search:

Type: Posts; User: bvsa

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,384

    never mind i fixed it!!

    never mind i fixed it!!
  2. Replies
    3
    Views
    3,384

    pythagoras triplets

    hi i need to creat a program that gives all pythagoras triplets and has a limit of 250
    0 < a <= b <= c < 250, a2 + b2 = c2
    each triplet needs to be in a line

    like:
    3,4,5
    5,12,13...
  3. Thread: prime number

    by bvsa
    Replies
    4
    Views
    1,913

    prime number

    hi.. i'v just started my c programming and i have a problem to solve after 2 lessons.
    i'm so bad at this.. i need to creat a program that askes for a number
    0 < n <= 80
    and the result is- n...
Results 1 to 3 of 3