Find hcf of 3 numbers c++ program
Answers
Answered by
0
Answer:
zero
Step-by-step explanation:
1. int gcd of three no int a int b int c
2.int temp
3.if (a>b)
4. temp =a
5.a=b
6.b =temp
7}
8.a%b
Similar questions