Answer to Question #20735 in C++ for ahmed

Question #20735
write a pogram that reads an integer and print it in horzontal order of the screen
1
Expert's answer
2012-12-20T08:09:05-0500
#include <iostream>
#include <stdlib.h>

using namespace std;

int main()
{
cout<<"please enter integer"<<endl;
int n;
cin>>n;

cout<<endl;
cout<<"integer="<<n;
&
& system("PAUSE");
& return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS