Computer Science, asked by donaldtrump12327, 1 day ago

Write a program print the HCF of two integers using the following 3 functions in the program.
a) void accept( ) – to accept a and b
b) int HCF( ) – TO find and return the HCF of a and b
C) void main( ) – To call HCF( ) print the HCF​

Answers

Answered by jungkook1040
1

Answer is :-

b.

hope it will helpyou

Similar questions