Answer to Question #242483 in C++ for opr

Question #242483

Write a program in C++ to print a number entered by the user


1
Expert's answer
2021-09-30T00:57:11-0400
#include<iostream>
using namespace std;
int main()
{
	int x;
	cout<<"Enter a number: ";
	cin>>x;
	cout<<"The enterde number is: "<<x;
}

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
New on Blog
APPROVED BY CLIENTS