Exercise: Hello Name - STDIN
- Create a file called
hello_name_stdin.crthat will ask the user for their name. - Wait till the user types in their name.
- print "Hello NAME" with their name.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
hello_name_stdin.cr that will ask the user for their name.