Exercise: Formatting Data

Try to print some information in a specific format.

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 ...