#include<iostream.h> void main() { int iInput; cout<<"Please input a number:"<<endl; cin>>iInput cout<<"the number is:" }