Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Program 6

Write a program to find the greatest common divisor of two number.

Variable description--

x=Holds the first number

y=Holds the second number