JavaScript
JavaScript copied to clipboard
Find HCF
Given N positive numbers, your task is to calculate their HCF. Input Format
First line of input contains a single integer N, second line contains N space separated positive integers whose HCF is to be computed. Constraints
N <= 10 and all the numbers lie between 1 and 100. Output Format
Print HCF of N numbers. Sample Input
3 2 4 6
Sample Output
2
Add in maths folder
Can you assign this to me?
@akshitagupta15june assign to me I will work on this.Thanks
If its not already assigned, then can you assign it to me please? Thanks.
@akshitagupta15june Could you please assign this to me if not assigned already!!
Can I start on this?