Given a string name, e. g. "Bob", return a greeting of the form "Hello Bob!". helloName ("Bob") → "Hello Bob!" helloName ("Alice") → "Hello Alice!" helloName ("X") → "Hello X
+2
Answers (2)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Given a string name, e. g. "Bob", return a greeting of the form "Hello Bob!". helloName ("Bob") → "Hello Bob!" helloName ("Alice") → "Hello ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Given a string name, e. g. "Bob", return a greeting of the form "Hello Bob!". helloName ("Bob") → "Hello Bob!" helloName ("Alice") → "Hello Alice!" helloName ("X") → "Hello X