<?php
$FirstName="Jude";
/* This page may have numerous lines of code
containing the following print statement. */
print "<H2> <center> <b> Hello, $FirstName. </b> </center></h2> <br>\n";
/* This page may have more code after the print statement we are focusing on. */
?>


Hello, Jude.