to to get a number from the user and display it in C plus plus
Answers
Answered by
0
Answer:
#include <iostream>
using namespace std;
int main()
{
int number;
cout << "Enter an integer: ";
cin >> number;
cout << "You entered " << number;
return 0;
}
Explanation:
Hope it gets Brainliest answer!
all the best
Similar questions
English,
2 months ago
Math,
2 months ago
Social Sciences,
5 months ago
English,
5 months ago
Math,
11 months ago