โ Back to Printing
Question 182
Print with puts
Print with puts
Use theputsfunction to print this line: Hello, World! Note:putsautomatically adds a newline at the end, so the output ends with a newline.
Expected Output:
Hello, World!
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.