C++ program to take input and print

0

 




#include <iostream>
using namespace std;

int main() {
int number;

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

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





Post a Comment

0Comments
Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !