#include<iostream> using namespace std; int main(){ cout<<"How old are you?"; cout<<"I'm 10."; cout<<"Me too."; return 0; }