How do i make a code that records what i write the displayes it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do i make a code that records what i write the displayes it

19th Mar 2017, 1:20 AM
Robert Proaps
Robert Proaps - avatar
2 Answers
+ 14
For C#: string x = Console.ReadLine(); Console.WriteLine(s);
19th Mar 2017, 4:24 AM
Jafca
Jafca - avatar
+ 2
In which language? For python, it would be: x = input() print(x)
19th Mar 2017, 1:44 AM
Martian1oh1
Martian1oh1 - avatar