Wednesday, March 28, 2012

greatest common divisor of 45 and 30


2 comments:

  1. this is not helpful at all!

    ReplyDelete
    Replies
    1. ===============================
      [blog@ccplusplus cpp]$ ./gcd

      PROGRAM GCD C++
      Enter how many GCD computations? 1

      Enter two integers: 45
      30

      GCD(45, 30) = 15
      [blog@ccplusplus cpp]$

      ===============================
      Hope that is what you are looking for.

      Regards,
      Support Group - ccplusplus.com

      Delete