M~82/183 ________________________________ __ --Here is the result:--The printer prints normally unti I it receives the "start graphics" code.It then prints the number of graphics columns specified by n1 andn2 and automatically returns to normal printing.NOTE: Be careful to enter the amount of graphics data you told the printer to expect;otherwise the results will be garbled.PRINTING MULTILINE GRAPHICSOne LPRINT statement cannot print more than one line of graphics,so you have to enter a separate LPRINT statement for each subsequent line of graphics.To illustrate this, add these lines to the SAMPLE 2 program:---This loop causes the LPRINT statement to be repeated four times.Here is the result:---72