Write a C++ program that finds the smallest divisor of a number or determines if that number is a prime number. The program reads a number from the user via the keyboard and invokes a function named find_div() that returns the smallest divisor of n that is greater than 1. Otherwise, if n is a prime number, find_div() will simply return n as prime number. Do you want to search more (y/n) => y