/* Write a C++ program that will ask age from the user at run time and display it on screen. */ #include #include main() { clrscr(); int age; cout<<"Enter the your age "; cin>>age; cout<<"\n\nThe age you entered is "<