Exercise: Formatting Data
Try to print some information in a specific format.
We'll cover the following...
Problem statement
In this challenge, assume that you are given five scalar variables:
$first_name, $middle_name, $last_name, $occupation, $nationality
Your task is to print this information in the ...