Computer Science, asked by vraul004, 7 months ago

write a program to check whether two numbers are amicable pair or not by using intfactadd(int n) function

Answers

Answered by bardhanpriyanshu6
0

Answer:

import java.util.*;

public static void main()

{

int

Similar questions