BeginnerInput/Output2000 ms256 MB
Hello Kingston
Read a student name and print a Caribbean Code welcome message.
Statement
Read a student name and print a Caribbean Code welcome message.
Input
One line containing a first name.
Output
Print `Welcome, NAME!` using the provided name.
Constraints
- Name length is between 1 and 40 characters.
Examples
Example 1
Input
AmaraOutput
Welcome, Amara!The name is inserted into the welcome message.
Sample runs use visible examples. Full submissions are checked securely on the server, and private test cases are not shown in the browser.