gcd

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RATUL TALUKDER
    New Member
    • May 2007
    • 1

    gcd

    I want the program of gcd using array
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by RATUL TALUKDER
    I want the program of gcd using array
    If you know how to implement a gcd() function given two numbers you can feed
    it entire arrays of numbers using a simple loop. The reason why you want to do
    so is beyond me.

    kind regards,

    Jos

    Comment

    • Silent1Mezzo
      New Member
      • Feb 2007
      • 208

      #3
      He needs it for a first year assignment probably.

      Comment

      Working...