- Engineering
- Computer Science
- write a complete c program that read two positive integers...
Question: write a complete c program that read two positive integers...
Question details
Write a complete C++ program that;
Read two positive integers with proper prompt.
Use for loop to find out the greatest common divisor (GCD) of above two input integers.
Display in two rows with proper prompt
two input integers
the GCD calculated
Solution by an expert tutor
