โ Back to User Input
Question 54
Read and Print a Line
Read and Print a Line
Read one line of text from the user with Console.ReadLine and print it back exactly.
Example: input 'Hello' prints 'Hello'.Expected Output:
Hello
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.