We are finally in the last part of the semester. How did we get here? Well. This is  wsq #12. It was easy for me, the point of it was to create a program that calculates de greatest common divisor of two numbers. I did this with functions.  The only thing I had to look for, was the math part of it, because it had to be done with Euclidean algorithm, and I have learned that recursion is not the best option when programming. So, here’s my code: https://github.com/bsolisale/WSQQ/blob/master/WSQ12%20GCD

CC BY 4.0 We are finally in the last part of the semester. How did we get… by lowercase is licensed under a Creative Commons Attribution 4.0 International License.