GCDoftwonos
Submit solution
Java
Points:
10 (partial)
Time limit:
1.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
TASK
Write a program to display the GCD of the given two integers
Input Format:
This program requires input of 2 integers
Output Format:
This program returns the GCD of the two numbers
Sample Input
15,25
Sample Output: 5
Comments