Your programs are now becoming more complex, with a main program and subprograms. Your programs should now follow this layout, using comments to divide the program into sections:
# Program Title
# Programmer's Name
# Date
# +++++++++++++++++++++++++++++++++++++++++++
# Sub Programs
# +++++++++++++++++++++++++++++++++++++++++++
Input validation functions
# +++++++++++++++++++++++++++++++++++++++++++
# Main Program
# +++++++++++++++++++++++++++++++++++++++++++
Main program code
There are no programming tasks associated with this page