I don't quite understand you but... here you go?
Not sure what you wanted <_<Code:#include <iostream> using namespace std; int main() {int userNumber;cout << "Hello there, please enter a number:\n";cin >> userNumber;cout << "zomg your IQ is " + userNumber + "?!\n";system("PAUSE");return 0;}








