Challenge: Embed a Variable in a String
Test yourself and implement what you have learned so far.
We'll cover the following...
Problem statement
You are given two variables, name
and age
, which store a person’s name and age respectively. You ...