#include using namespace std; int main() { int number = 0; int * numberptr; cout<<"Enter an integer "; cin>>number; cout<<"\nYou entered in "<