The document outlines a programming assignment requiring the creation of a class, 'romantype', that converts Roman numerals to decimal numbers. It includes specific requirements for storing the numeral, converting it to decimal, and printing it based on user requests, with given decimal values for Roman numerals. The assignment also requires the submission of two files: a .cpp file and a header file containing class specifications.