Moving Strings
We'll cover the following...
We'll cover the following...
Does this program compile?
Sure, no problem! We construct a new String value, store it in the full_name variable, and then move it into the greet function. But what happens if we ...