The document provides instructions for Assignment 02 which asks the student to write a C++ program that generates the Fibonacci sequence. It specifies to read about Fibonacci numbers online, write a Fibonacci function that takes an integer length as a parameter, store the sequence in a local array, and print it in reverse order. The program should ensure the length is between 2 and 20, and formatting guidelines are provided for code structure and comments.