Learn C, C++ Concepts
this is not helpful at all!
===============================[blog@ccplusplus cpp]$ ./gcdPROGRAM GCD C++Enter how many GCD computations? 1Enter two integers: 4530GCD(45, 30) = 15[blog@ccplusplus cpp]$===============================Hope that is what you are looking for.Regards,Support Group - ccplusplus.com
this is not helpful at all!
ReplyDelete===============================
Delete[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