This document outlines objectives and instructions for Mini-Project #2, which involves inputting a name and age with error checking, converting the string length to ASCII and age to an integer, and outputting the length of the name and age plus one. The objectives are to use subroutines, if/else statements for error checking, and conversions between ASCII and hexadecimal. Instructions include placing I/O routines in subroutines and inputting/validating a 30-character name and 2-character age, then displaying output with the name length and next year's age.