#Quiz 06

INSTRUCCIONES

  1. Write a function to calculate the greatest common denominator of two positive integers using Euclid’s algorithm.

2016-04-02 (18)

Este programa calcula el máximo común divisor de dos números que se le pide al usuario, uno de mayor tamaño y el otro de menor tamaño.

2016-04-02 (19)

link: quiz6.cpp

CC BY-SA 4.0 #Quiz 06 by valeriananc is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.