Final answer:
After completing step 2 in creating a big graphics program, having no output is normal because it likely means you've set up the execution infrastructure, but haven't included drawing commands or output functions.
Step-by-step explanation:
When you have completed step 2 in creating a big graphics program and there is no output, it likely means that you have set up the necessary infrastructure for the program to execute, but you haven't added the code to generate visible output. This could involve the creation of a window, initialization of graphic libraries, or setting the stage for drawing operations.
However, without the actual drawing commands or output functions, the program will run without displaying anything on the screen. This is a normal part of the development process, as the foundational code is required before anything can be displayed. In subsequent steps, you would typically add the code to create and render graphics.