GOD of Two Numbers

Write a C++ program to find the GOD of two numbers

Questions by AZEEMJ

Showing Answers 1 - 3 of 3 Answers

samsam12

  • May 6th, 2010
 

#include <iostream>
using namespace std;

int  main ( int na, char * args[])
{
  cout << "God made the integers; all else is the work of man ... Leopold Kronecker" << endl;
  return 0;
}

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions