#include <iostream> #include<string> using namespace std; int main() { int i = 11; float f = 12.3; string str = to_string(i); strinf fstr = to_string(f); }