#include <iostream>
using namespace std;
int main (){
string x = "";
cout << "Enter a Number: ";
cin >> x;
cout << "You Entered: " << x;
return 0;
}
https://redd.it/1pren92
@r_coding
using namespace std;
int main (){
string x = "";
cout << "Enter a Number: ";
cin >> x;
cout << "You Entered: " << x;
return 0;
}
https://redd.it/1pren92
@r_coding
Reddit
From the coding community on Reddit
Explore this post and more from the coding community