Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 300 Bytes

109-returning-strings.md

File metadata and controls

5 lines (4 loc) · 300 Bytes

Problem:

Make a function that will return a greeting statement that uses an input; your program should return, "Hello, <name> how are you doing today?".

*[Make sure you type the exact thing I wrote or the program may not execute properly]*

Solution