Greet the User

Ask the user for their name, then print a greeting using their name in uppercase.
Example:
Input: Sarah
Output: HELLO, SARAH!

Scroll to Top