...

/

Exercise 1: Greet a Person

Exercise 1: Greet a Person

Create a method that takes a name as an input and appends and prepends text with the name to greet the person.

Problem statement

Write a greet method that takes a name, prepends "Hello ", appends an exclamation ...