customercoffee = order + " Expresso";
12345
int x = 32; stringstream SS; SS << x; string y = SS.str();