Exercise 2: Greet Randomly
Greet in various languages.
Problem statement
Now, change the greet
method so that instead of always using "Hello "
, it picks a random string from the array ["Hello", "Hi", "Ohai",
...
Greet in various languages.
Now, change the greet
method so that instead of always using "Hello "
, it picks a random string from the array ["Hello", "Hi", "Ohai",
...