Problem: Write a C++ program that prompts a user to enter an integer between 3 and 100 inclusive and the the program tells the user if the enter integer is prime number or not. Please show steps how you get an answer and please be clear in your explanation.