C++20 sections · 1024 units
Open in Course

Challenge: Print Your Name

Personalized greeting

You can make the program interactive! Your task: Read a name from input and print Hello, [name]! where [name] is the input. For example, if the input is Alice, print Hello, Alice!.