Pastebin

Paste #9271: Engineer

< previous paste - next paste>

Pasted by strea

Download View as text

#include <iostream>
using namespace std;

int main()
{    
    int number;

    cout << "Enter an integer: ";
    cin >> number;

    cout << "You entered " << number;    
    return 0;
}

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.