...
1
2
3
4
5
View all blocks
...
JavaScript
Python
abc
abc
Challenge #1
Create a program that prompts the end-user to enter their firstname (e.g. "John") and displays a greeting: e.g.
"Hello John!"
.
View Solution
Solution #1
Hide Solution