이학주

echo program

Showing 1 changed file with 15 additions and 0 deletions
#include <iostream>
#include <string>
using namespace std;
int main()
{
string a;
cout << "Enter a word";
cin >> a;
cout << a;
}
\ No newline at end of file