#include<bits/stdc++.h> using namespace std; int main(){ cout<<"How old are you?"; cout<<"I'm 10."; cout<<"Me too."; }