-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEuclidGCDAlgorithm.java
More file actions
7 lines (5 loc) · 34.3 KB
/
Copy pathEuclidGCDAlgorithm.java
File metadata and controls
7 lines (5 loc) · 34.3 KB
1
2
3
4
5
6
7
//Q. 49:
//EuclidGCDAlgorithm(ClassesandObjects)
/*
Write a Program to Implement Euclid GCD Algorithm
*/