Coding - Reddit
192 subscribers
16 photos
16.3K links
Stay up-to-date with latest news on Coding!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
#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