about | help | code help+videos | done | prefs |
Write a program that accepts a person's name and then returns a single string with "Hello " followed by that person's name. For example, if 'person' is "Tom" you would return "Hello Tom". shadow2025_04_02_sayHello("Jackson") → "Hello Jackson" shadow2025_04_02_sayHello("Anthony") → "Hello Anthony" shadow2025_04_02_sayHello("Tom") → "Hello Tom" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 105
Copyright Nick Parlante 2017 - privacy