Write a program to read input from the user and greet the user with: Hello {name}. Nice to meet you!
Use the 'line' event to listen for input and don't output a message for the input!
Write a program to read input from the user and greet the user with: Hello {name}. Nice to meet you!
Sample Input 1:
JohnSample Output 1:
Hello John. Nice to meet you!Create a free account to access the full topic