The document provides an assignment to create a program that converts Roman numerals to decimal numbers using a class named 'romantype'. The program should store the Roman numeral, convert it to decimal, and print either format as requested, using specified decimal values for each numeral. Additionally, the assignment requires submitting both the main .cpp file and a separate header file containing class specifications.