#include #include using namespace std ; int main() { int x1 ; cout << "Enter an age:" ; cin >> x1 ; //TO DO return 0; }