Ask the user two positive numbers and calculates their greatest common denominator -- program should produce the following outputs:
Enter the first positive integer: 6Enter the second positive integer: 8The GCD is 2.
write an ARM assembler code (gcd.s) intended for the raspberry pi 3/4.
The gcd.s program asks the user two positive numbers and calculates their greatest common denominator.
Ask the user two positive numbers and calculates their greatest common denominator -- program should produce the followi
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am