write a C++ program that performs the following tasks
1. prompts the user to enter two numbers
2. displays the divisors of each number and store the divisors of number 1 in A and the divisors of number 2 in B
3. cacluates A intersection B
4. displays the maximum number in A Intersection B in (3) above