Challenge: Make Separate Files for the Routine
Test yourself by splitting the code into multiple files.
We'll cover the following...
Problem statement
Write a small program that asks for a person’s first and last names, followed by their parents’ first and last names. Then write a routine in a separate file to ...