Write a C++ program that takes an integer input and returns the following number.
#include<iostream> using namespace std; int main() { int x; cout<<"Enter an interger: "; cin>>x; cout<<"The number entered is: "<<x; }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment